소스 검색

I guess we always need timespec...

Manuel Novoa III 23 년 전
부모
커밋
49169b709c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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>