depends on settimeofday which needs _GNU_SOURCE feature test
authorRich Felker <dalias@aerifal.cx>
Tue, 1 Mar 2011 16:57:19 +0000 (11:57 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 1 Mar 2011 16:57:19 +0000 (11:57 -0500)
src/linux/stime.c

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