This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hongwenjun
/
musl
espejo de
https://git.musl-libc.org/git/musl
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
depends on settimeofday which needs _GNU_SOURCE feature test
Rich Felker
hace 14 años
padre
eda8e9da76
commit
07e9d63b8f
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/linux/stime.c
+ 1
- 0
src/linux/stime.c
Ver fichero
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <sys/time.h>
int stime(time_t *t)