diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2000-08-07 02:00:05 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2000-08-07 02:00:05 +0000 |
commit | 3b2cd6146dc7112a15c266fc6a7a17ef346c34a4 (patch) | |
tree | 0aae2b34f4e2a993fd2c07c591be69a6900019c5 | |
parent | 12c23350df6ba25d9bca40f3ef2ce5939ec533e6 (diff) |
quiet warning
-rw-r--r-- | lib/libc_r/TEST/test_signal.c | 4 |
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)); |