From 8d21b1a47c19857daf3041d9ceff807bdf100671 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 4 Apr 2017 21:46:00 +0200 Subject: 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. :( --- include/fcntl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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 should also be available. */ #ifdef __USE_XOPEN -# ifdef __USE_XOPEN2K8 -# define __need_timespec -# endif # include #endif -- cgit v1.2.3