From: Ben Gras Date: Tue, 28 Jun 2005 16:02:58 +0000 (+0000) Subject: _POSIX_SOURCE doesn't make sense in X-Git-Tag: v3.1.0~682 X-Git-Url: http://zhaoyanbai.com/repos/man.named.html?a=commitdiff_plain;h=81081a406303d9a8a4cf9f855ba1cab519e76ab6;p=minix.git _POSIX_SOURCE doesn't make sense in --- diff --git a/include/sys/select.h b/include/sys/select.h index 81d6e5486..8517124b6 100755 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -2,8 +2,6 @@ #ifndef _SYS_SELECT_H #define _SYS_SELECT_H 1 -#ifdef _POSIX_SOURCE - #include #include #include @@ -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 */