Explorar o código

depends on settimeofday which needs _GNU_SOURCE feature test

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
07e9d63b8f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)