This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
oss
/
uclibc-ng
Seguir
4
Destacar
1
Fork
0
Ficheiros
Incidencias
3
Pull Requests
0
Wiki
Explorar o código
need _GNU_SOURCE for the strsignal() func
Mike Frysinger
%!s(int64=20) %!d(string=hai) anos
pai
a69633a26c
achega
6f117c6b4b
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
test/signal/signal.c
+ 1
- 0
test/signal/signal.c
Ver ficheiro
@@ -23,6 +23,7 @@
*/
+#define _GNU_SOURCE
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>