=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/signal.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/include/signal.h 1996/09/20 07:27:50 1.3 --- src/include/signal.h 1998/11/20 11:18:26 1.4 *************** *** 1,4 **** ! /* $OpenBSD: signal.h,v 1.3 1996/09/20 07:27:50 deraadt Exp $ */ /* $NetBSD: signal.h,v 1.8 1996/02/29 00:04:57 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: signal.h,v 1.4 1998/11/20 11:18:26 d Exp $ */ /* $NetBSD: signal.h,v 1.8 1996/02/29 00:04:57 jtc Exp $ */ /*- *************** *** 113,118 **** --- 113,119 ---- int sigaltstack __P((const struct sigaltstack *, struct sigaltstack *)); int sigvec __P((int, struct sigvec *, struct sigvec *)); void psignal __P((unsigned int, const char *)); + int sigwait __P((const sigset_t *, int *)); #endif /* !_POSIX_SOURCE */ #endif /* !_ANSI_SOURCE */ __END_DECLS