summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-11-26 02:02:52 +0000
committerDavid Schleef <ds@schleef.org>2001-11-26 02:02:52 +0000
commit73840ba4d5d5d7c99d562104847665f0850389b0 (patch)
treee49a9970515422fb1b2988b2f5d710170a64f2cd /test
parent322e234bd5ae2b05566491a6f1481bee8b1731c9 (diff)
strsignal() is a GNU extension
Diffstat (limited to 'test')
-rw-r--r--test/signal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/signal/Makefile b/test/signal/Makefile
index 68b31e75e..aa462276d 100644
--- a/test/signal/Makefile
+++ b/test/signal/Makefile
@@ -1,6 +1,7 @@
TESTDIR=../
include $(TESTDIR)/Rules.mak
+CFLAGS += -D_GNU_SOURCE
TARGETS=signal signal_glibc
all: $(TARGETS)