summaryrefslogtreecommitdiff
path: root/include/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/time.h')
-rw-r--r--include/sys/time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sys/time.h b/include/sys/time.h
index f6fecc735..ae5d954d6 100644
--- a/include/sys/time.h
+++ b/include/sys/time.h
@@ -23,7 +23,6 @@
#include <time.h>
-#if defined __USE_MISC || defined __USE_GNU
/* POSIX.4 structure for a time value. This is like a `struct timeval' but
has nanoseconds instead of microseconds. */
struct timespec
@@ -31,7 +30,6 @@ struct timespec
long int tv_sec; /* Seconds. */
long int tv_nsec; /* Nanoseconds. */
};
-#endif
#include <sys/select.h>