=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/signal.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/include/signal.h 2003/06/02 19:34:12 1.7 +++ src/include/signal.h 2004/05/03 17:25:00 1.8 @@ -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 @@ __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);