diff options
Diffstat (limited to 'src/libc/include/unistd.h')
-rw-r--r-- | src/libc/include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libc/include/unistd.h b/src/libc/include/unistd.h index 2158511..41cf0a0 100644 --- a/src/libc/include/unistd.h +++ b/src/libc/include/unistd.h @@ -5,6 +5,7 @@ #include <getopt.h> // TODO custom stdint.h, ssize_t doesn't belong here +// used from sys/socket.h typedef long long ssize_t; extern char **environ; |