summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/signal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/signal.h b/include/signal.h
index f168c77959a..fd50069fda9 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: signal.h,v 1.7 2003/06/02 19:34:12 millert Exp $ */
+/* $OpenBSD: signal.h,v 1.8 2004/05/03 17:25:00 millert Exp $ */
/* $NetBSD: signal.h,v 1.8 1996/02/29 00:04:57 jtc Exp $ */
/*-
@@ -49,6 +49,7 @@ extern __const char *__const sys_siglist[_NSIG];
__BEGIN_DECLS
int raise(int);
#ifndef _ANSI_SOURCE
+void (*bsd_signal(int, void (*)(int)))(int);
int kill(pid_t, int);
int sigaction(int, const struct sigaction *, struct sigaction *);
int sigaddset(sigset_t *, int);