summaryrefslogtreecommitdiff
path: root/nptl/tst-signal2.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-17 02:48:28 +0000
committerRoland McGrath <roland@gnu.org>2003-03-17 02:48:28 +0000
commit2c5567a08e9b05c86f4e7272478beb69286ef93d (patch)
treebe0d8bdd57cac291daab8b2359cf2b777d3251a1 /nptl/tst-signal2.c
parent25d025ce77452fa37ffda90de8ccd774d0924dab (diff)
2003-03-16 Roland McGrath <roland@redhat.com>
* tst-fork4.c: Include <string.h>. * tst-signal2.c: Likewise. * tst-mutex5.c (do_test): exit -> return. * tst-mutex2.c: Include <stdlib.h>.
Diffstat (limited to 'nptl/tst-signal2.c')
-rw-r--r--nptl/tst-signal2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/tst-signal2.c b/nptl/tst-signal2.c
index 1c0a4118bd..3f2c75d1fb 100644
--- a/nptl/tst-signal2.c
+++ b/nptl/tst-signal2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <sys/mman.h>
#include <sys/wait.h>
+#include <string.h>
static sigset_t ss;