This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
oss
/
uclibc-ng
Seguir
4
Destacar
1
Fork
0
Archivos
Incidencias
3
Pull Requests
0
Wiki
Explorar el Código
need _GNU_SOURCE for the strsignal() func
Mike Frysinger
hace 20 años
padre
a69633a26c
commit
6f117c6b4b
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
test/signal/signal.c
+ 1
- 0
test/signal/signal.c
Ver fichero
@@ -23,6 +23,7 @@
*/
+#define _GNU_SOURCE
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>