Преглед изворни кода

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)