summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2003-07-18 15:50:01 +0000
committerthorpej <thorpej@NetBSD.org>2003-07-18 15:50:01 +0000
commitb65cdc9721d65d2d93257bd76fbb2a9c4420b190 (patch)
tree3cbd066ac9b7ab152dd07741f03abeead1c179c5 /include
parentbf913f806cc7fd236ddc13c7da975aa7fe9afcf8 (diff)
Back out previous; it is not correct.
Diffstat (limited to 'include')
-rw-r--r--include/signal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/signal.h b/include/signal.h
index a6264951efc..65292b48376 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.30 2003/07/18 08:53:42 lukem Exp $ */
+/* $NetBSD: signal.h,v 1.31 2003/07/18 15:50:01 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -48,8 +48,6 @@
#include <sys/signal.h>
-#include <pthread_types.h>
-
#if defined(_NETBSD_SOURCE)
extern __const char *__const *sys_signame __RENAME(__sys_signame14);
#ifndef __SYS_SIGLIST_DECLARED