all ports define __HAVE_SIGINFO now, so remove the CPP conditionals

This commit is contained in:
drochner 2004-03-26 15:18:54 +00:00
parent 4f5b1431f9
commit 9fd8e8983b
4 changed files with 4 additions and 21 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.19 2003/09/23 14:33:24 christos Exp $
$NetBSD: syscalls.master,v 1.20 2004/03/26 15:18:54 drochner Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -599,16 +599,12 @@
const sigset_t *set, \
sigset_t *oset); }
294 NOARGS { int sys___sigsuspend14(const sigset_t *set); }
#if defined(__HAVE_SIGINFO)
#ifdef COMPAT_16
295 NOARGS { int compat_16_sys___sigreturn14( \
struct sigcontext *sigcntxp); }
#else
295 EXCL compat_16_sys___sigreturn14
#endif
#else
295 NOARGS { int sys___sigreturn14(struct sigcontext *sigcntxp); }
#endif
296 NOARGS { int sys___getcwd(char *bufp, size_t length); }
297 NOARGS { int sys_fchroot(int fd); }
298 NOARGS { int sys_fhopen(const fhandle_t *fhp, int flags); }

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.29 2003/09/13 18:44:30 christos Exp $
$NetBSD: syscalls.master,v 1.30 2004/03/26 15:18:54 drochner Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -181,13 +181,8 @@
94 NOARGS { int sys___posix_fchown(int fd, int uid, int gid); } \
fchown
95 UNIMPL
#ifdef __HAVE_SIGINFO
96 NOARGS { int compat_16_sys___sigreturn14(struct sigcontext \
*sigcntxp); } sigreturn
#else
96 NOARGS { int sys___sigreturn14(struct sigcontext *sigcntxp); \
} sigreturn
#endif
97 STD { int ibcs2_sys_sigaltstack( \
const struct ibcs2_sigaltstack *nss, \
struct ibcs2_sigaltstack *oss); }

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.8 2003/09/23 18:31:03 cl Exp $
$NetBSD: syscalls.master,v 1.9 2004/03/26 15:18:54 drochner Exp $
; based on NetBSD: syscalls.master,v 1.128 2003/03/18 18:08:49 christos Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -620,11 +620,7 @@
const sigset_t *set, \
sigset_t *oset); }
294 NOARGS { int sys___sigsuspend14(const sigset_t *set); }
#ifdef __HAVE_SIGINFO
295 NOARGS { int compat_16_sys___sigreturn14(struct sigcontext *sigcntxp); }
#else
295 NOARGS { int sys___sigreturn14(struct sigcontext *sigcntxp); }
#endif
296 NOARGS { int sys___getcwd(char *bufp, size_t length); }
297 NOARGS { int sys_fchroot(int fd); }
298 NOARGS { int sys_fhopen(const fhandle_t *fhp, int flags); }

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.137 2004/03/14 00:45:21 cl Exp $
$NetBSD: syscalls.master,v 1.138 2004/03/26 15:18:54 drochner Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -606,11 +606,7 @@
const sigset_t *set, \
sigset_t *oset); }
294 STD { int sys___sigsuspend14(const sigset_t *set); }
#if defined(__HAVE_SIGINFO)
295 COMPAT_16 { int sys___sigreturn14(struct sigcontext *sigcntxp); }
#else
295 STD { int sys___sigreturn14(struct sigcontext *sigcntxp); }
#endif
296 STD { int sys___getcwd(char *bufp, size_t length); }
297 STD { int sys_fchroot(int fd); }
298 STD { int sys_fhopen(const fhandle_t *fhp, int flags); }