This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oss
/
uclibc-ng
Watch
4
Star
1
Fork
0
Files
Issues
3
Pull Requests
0
Wiki
Browse Source
need _GNU_SOURCE for the strsignal() func
Mike Frysinger
19 years ago
parent
a69633a26c
commit
6f117c6b4b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
test/signal/signal.c
+ 1
- 0
test/signal/signal.c
View File
@@
-23
,
6
+
23
,
7
@@
*/
+
#
define
_GNU_SOURCE
#
include
<errno.h>
#
include
<stdio.h>
#
include
<stdlib.h>