diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-02-15 16:27:53 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-02-15 16:27:53 +0000 |
commit | 49169b709c250b205b3e2de089592f22be71144e (patch) | |
tree | 72865a22bb466b97b92eb06fcffb755ab94abda9 /include/sys | |
parent | 940d253f894e8ee0eb69d89fc826c324561a9fb7 (diff) |
I guess we always need timespec...
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/time.h | 2 |
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> |