summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-04 21:46:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-04 21:46:00 +0200
commit8d21b1a47c19857daf3041d9ceff807bdf100671 (patch)
treebecda4f42f1ad9b12c7cef79633a8a5d094e56f1 /include
parenta3d19f43e0a2a0577b8bf659fd2ffa866234bb1a (diff)
Revert "fcntl.h: fix a missing `struct timespec` definition"
This reverts commit 657c4a9d6c2e649d86307f46ce9d5e44192f6e7a. This breaks a lot of package cross-compilation as lvm, ruby, ipsec-tools. :(
Diffstat (limited to 'include')
-rw-r--r--include/fcntl.h3
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