summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-05-09 23:55:52 +0000
committerguenther <guenther@openbsd.org>2016-05-09 23:55:52 +0000
commit2032f1fe089ecb5afeb6e1e71e5f1fc7aa2df44c (patch)
treee9a318c8a2e8c77cc3059e7d6215ca197471dd08 /include
parent2nd identical definition of PROC_PC macro is not needed (diff)
downloadwireguard-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.h3
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);