=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/signal.h,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/include/signal.h 2016/02/04 22:04:34 1.24 --- src/include/signal.h 2016/05/09 23:55:52 1.25 *************** *** 1,4 **** ! /* $OpenBSD: signal.h,v 1.24 2016/02/04 22:04:34 millert Exp $ */ /* $NetBSD: signal.h,v 1.8 1996/02/29 00:04:57 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: signal.h,v 1.25 2016/05/09 23:55:52 guenther Exp $ */ /* $NetBSD: signal.h,v 1.8 1996/02/29 00:04:57 jtc Exp $ */ /*- *************** *** 122,128 **** struct sigaltstack *__restrict); #if __BSD_VISIBLE int sigblock(int); - int sigreturn(struct sigcontext *); int sigsetmask(int); int sigvec(int, struct sigvec *, struct sigvec *); int thrkill(pid_t _tid, int _signum, void *_tcb); --- 122,127 ----