소스 검색

depends on settimeofday which needs _GNU_SOURCE feature test

Rich Felker 14 년 전
부모
커밋
07e9d63b8f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/linux/stime.c

+ 1 - 0
src/linux/stime.c

@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 #include <sys/time.h>
 
 int stime(time_t *t)