diff options
-rw-r--r-- | include/fcntl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fcntl.h b/include/fcntl.h index 5a73a9862..adcd7ef4b 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -34,9 +34,6 @@ __BEGIN_DECLS /* For XPG all symbols from <sys/stat.h> should also be available. */ #ifdef __USE_XOPEN -# ifdef __USE_XOPEN2K8 -# define __need_timespec -# endif # include <sys/stat.h> #endif |