diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/sys/types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/posix/sys/types.h b/posix/sys/types.h index a728567..b3007db 100644 --- a/posix/sys/types.h +++ b/posix/sys/types.h @@ -217,9 +217,6 @@ typedef int register_t __attribute__ ((__mode__ (__word__))); /* It also defines `fd_set' and the FD_* macros for `select'. */ # include <sys/select.h> - -/* BSD defines these symbols, so we follow. */ -# include <sys/sysmacros.h> #endif /* Use misc. */ |