Explorar el Código

I guess we always need timespec...

Manuel Novoa III hace 23 años
padre
commit
49169b709c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      include/sys/time.h

+ 0 - 2
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>