Browse Source

Remove sigreturn declaration and the now-unused libc syscall stub

OPENBSD_6_0
guenther 8 years ago
parent
commit
c5e3cabc98
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/include/signal.h

+ 1
- 2
src/include/signal.h View File

@ -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);


Loading…
Cancel
Save