From 49169b709c250b205b3e2de089592f22be71144e Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 15 Feb 2001 16:27:53 +0000 Subject: I guess we always need timespec... --- include/sys/time.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sys/time.h') 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 -#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 -- cgit v1.2.3