aboutsummaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unistd.h')
-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>