diff options
author | David Schleef <ds@schleef.org> | 2001-11-26 02:02:52 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-26 02:02:52 +0000 |
commit | 73840ba4d5d5d7c99d562104847665f0850389b0 (patch) | |
tree | e49a9970515422fb1b2988b2f5d710170a64f2cd /test/signal | |
parent | 322e234bd5ae2b05566491a6f1481bee8b1731c9 (diff) |
strsignal() is a GNU extension
Diffstat (limited to 'test/signal')
-rw-r--r-- | test/signal/Makefile | 1 |
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) |