Explorar el Código

need _GNU_SOURCE for the strsignal() func

Mike Frysinger hace 20 años
padre
commit
6f117c6b4b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/signal/signal.c

+ 1 - 0
test/signal/signal.c

@@ -23,6 +23,7 @@
  */
 
 
+#define _GNU_SOURCE
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>