This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
hongwenjun
/
musl
réplica de
https://git.musl-libc.org/git/musl
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
fix compile failure: legacy cuserid needs to define feature test
Rich Felker
%!s(int64=14) %!d(string=hai) anos
pai
571312de5f
achega
bad481266e
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
src/misc/cuserid.c
+ 1
- 0
src/misc/cuserid.c
Ver ficheiro
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <pwd.h>
#include <stdio.h>
#include <unistd.h>