]> Zhao Yanbai Git Server - minix.git/commitdiff
_POSIX_SOURCE doesn't make sense in <sys/select.h>
authorBen Gras <ben@minix3.org>
Tue, 28 Jun 2005 16:02:58 +0000 (16:02 +0000)
committerBen Gras <ben@minix3.org>
Tue, 28 Jun 2005 16:02:58 +0000 (16:02 +0000)
include/sys/select.h

index 81d6e5486c3053e8bbaa477c38920139154c749c..8517124b62f6f3817b21ca852c95e9dbf480c2c7 100755 (executable)
@@ -2,8 +2,6 @@
 #ifndef _SYS_SELECT_H
 #define _SYS_SELECT_H 1
 
-#ifdef _POSIX_SOURCE
-
 #include <sys/time.h>
 #include <sys/types.h>
 #include <limits.h>
@@ -38,7 +36,5 @@ _PROTOTYPE( void FD_ZERO, (fd_set *fdset));
 #define SEL_ERR                (1 << 2)
 #define SEL_NOTIFY     (1 << 3) /* not a real select operation */
 
-#endif /* _POSIX_SOURCE */
-
 #endif /* _SYS_SELECT_H */