Parcourir la source

depends on settimeofday which needs _GNU_SOURCE feature test

Rich Felker il y a 14 ans
Parent
commit
07e9d63b8f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)