瀏覽代碼

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)