aboutsummaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-03 18:07:14 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-03 18:07:14 +0200
commit6990634f0688dc85bf5ee4c8867f1693ad0f69c0 (patch)
tree386af1beeecc851315af78638eb221592fb295ec /include/unistd.h
parentm (diff)
downloadslibc-6990634f0688dc85bf5ee4c8867f1693ad0f69c0.tar.gz
slibc-6990634f0688dc85bf5ee4c8867f1693ad0f69c0.tar.bz2
slibc-6990634f0688dc85bf5ee4c8867f1693ad0f69c0.tar.xz
add some integer types
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--include/unistd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 45ec712..6fa36bb 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -24,13 +24,13 @@
#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_uid_t
+#define __NEED_gid_t
+#define __NEED_off_t
+#define __NEED_pid_t
#define __NEED_ptrdiff_t
#define __NEED_intptr_t
-#define __NEED_useconds_t /* TODO not implement */
+#define __NEED_useconds_t
#include <bits/types.h>