mirror of
git://git.musl-libc.org/musl
synced 2024-12-15 03:05:15 +00:00
depends on settimeofday which needs _GNU_SOURCE feature test
This commit is contained in:
parent
eda8e9da76
commit
07e9d63b8f
@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE
|
||||
#include <sys/time.h>
|
||||
|
||||
int stime(time_t *t)
|
||||
|
Loading…
Reference in New Issue
Block a user