diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 03:02:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 03:02:41 +0000 |
commit | 6f117c6b4b9da495efb37d12a623d40191c19941 (patch) | |
tree | 86c947d810db7e4b0c3cbbfd77876ba9ca43bd8e /test/signal | |
parent | a69633a26c1285ccb9a09ea445e6d2f1e3fa2bde (diff) |
need _GNU_SOURCE for the strsignal() func
Diffstat (limited to 'test/signal')
-rw-r--r-- | test/signal/signal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/signal/signal.c b/test/signal/signal.c index 97963ebda..3b282e870 100644 --- a/test/signal/signal.c +++ b/test/signal/signal.c @@ -23,6 +23,7 @@ */ +#define _GNU_SOURCE #include <errno.h> #include <stdio.h> #include <stdlib.h> |