diff options
author | 2016-05-09 23:55:52 +0000 | |
---|---|---|
committer | 2016-05-09 23:55:52 +0000 | |
commit | 2032f1fe089ecb5afeb6e1e71e5f1fc7aa2df44c (patch) | |
tree | e9a318c8a2e8c77cc3059e7d6215ca197471dd08 /include | |
parent | 2nd identical definition of PROC_PC macro is not needed (diff) | |
download | wireguard-openbsd-2032f1fe089ecb5afeb6e1e71e5f1fc7aa2df44c.tar.xz wireguard-openbsd-2032f1fe089ecb5afeb6e1e71e5f1fc7aa2df44c.zip |
Remove sigreturn declaration and the now-unused libc syscall stub
Diffstat (limited to 'include')
-rw-r--r-- | include/signal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/signal.h b/include/signal.h index 616c84a3580..24978c90ad9 100644 --- a/include/signal.h +++ b/include/signal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: signal.h,v 1.24 2016/02/04 22:04:34 millert Exp $ */ +/* $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,7 +122,6 @@ int sigaltstack(const struct sigaltstack *__restrict, 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); |