소스 검색

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>