瀏覽代碼

need _GNU_SOURCE for the strsignal() func

Mike Frysinger 20 年之前
父節點
當前提交
6f117c6b4b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>