Browse Source

need _GNU_SOURCE for the strsignal() func

Mike Frysinger 19 years ago
parent
commit
6f117c6b4b
1 changed files with 1 additions and 0 deletions
  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>