summaryrefslogtreecommitdiff
path: root/lib/libc_r/TEST
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/TEST')
-rw-r--r--lib/libc_r/TEST/test_signal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/TEST/test_signal.c b/lib/libc_r/TEST/test_signal.c
index 2661d4aff89..4d7a43869a9 100644
--- a/lib/libc_r/TEST/test_signal.c
+++ b/lib/libc_r/TEST/test_signal.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: test_signal.c,v 1.1 2000/01/04 00:17:46 d Exp $ */
+/* $OpenBSD: test_signal.c,v 1.2 2000/08/07 02:00:04 brad Exp $ */
/*
* This program tests signal handler re-entrancy.
@@ -37,7 +37,7 @@ handler(sig)
int
main()
{
- pthread_t slpr;
+ /* pthread_t slpr; */
ASSERT(signal(SIGALRM, handler) != SIG_ERR);
CHECKe(alarm(1));