소스 검색

revert one change in time.h; no evidence BSD_SOURCE should expose these..

Rich Felker 12 년 전
부모
커밋
de05a2ac22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/time.h

+ 1 - 1
include/time.h

@@ -100,7 +100,7 @@ int timer_getoverrun (timer_t);
 #endif
 
 
-#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
+#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
 char *strptime (const char *, const char *, struct tm *);
 extern int daylight;
 extern long timezone;