mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
depends on settimeofday which needs _GNU_SOURCE feature test
This commit is contained in:
parent
eda8e9da76
commit
07e9d63b8f
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#define _GNU_SOURCE
|
||||
#include <sys/time.h>
|
||||
|
||||
int stime(time_t *t)
|
||||
|
|
Loading…
Add table
Reference in a new issue