diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-02 04:44:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-02 04:44:53 +0200 |
commit | bd5d2162efae9913f2666c80bdf944a65ea95590 (patch) | |
tree | 7cfda8110528b22a8377bf9fdf526b9e203beda9 /include/unistd.h | |
parent | remove old debug line (diff) | |
download | slibc-bd5d2162efae9913f2666c80bdf944a65ea95590.tar.gz slibc-bd5d2162efae9913f2666c80bdf944a65ea95590.tar.bz2 slibc-bd5d2162efae9913f2666c80bdf944a65ea95590.tar.xz |
fix more errors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index b2831f5..85c34d5 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -22,6 +22,12 @@ +#define __NEED_size_t +#define __NEED_ssize_t +#define __NEED_uid_t /* TODO not implement */ +#define __NEED_gid_t /* TODO not implement */ +#define __NEED_off_t /* TODO not implement */ +#define __NEED_pid_t /* TODO not implement */ #define __NEED_ptrdiff_t #include <bits/types.h> |