From: Rich Felker Date: Tue, 1 Mar 2011 16:57:19 +0000 (-0500) Subject: depends on settimeofday which needs _GNU_SOURCE feature test X-Git-Tag: v0.7.0~51 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=07e9d63b8f0614f582f0f453437eaafe92441435;p=oweals%2Fmusl.git depends on settimeofday which needs _GNU_SOURCE feature test --- diff --git a/src/linux/stime.c b/src/linux/stime.c index ec3ba821..6a7e9e81 100644 --- a/src/linux/stime.c +++ b/src/linux/stime.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include int stime(time_t *t)