SA_SIGINFO support for m68k (compat aoutm68k)

This commit is contained in:
cl 2003-09-22 14:31:27 +00:00
parent 4169237230
commit a580f34fa7
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.8 2003/01/18 07:21:14 thorpej Exp $
$NetBSD: syscalls.master,v 1.9 2003/09/22 14:31:27 cl Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -834,7 +834,12 @@
const sigset_t *set, \
sigset_t *oset); }
294 NOARGS { int sys___sigsuspend14(const sigset_t *set); }
295 NOARGS { int sys___sigreturn14(struct sigcontext *sigcntxp); }
#ifdef COMPAT_16
295 NOARGS { int compat_16_sys___sigreturn14(\
struct sigcontext *sigcntxp); }
#else
295 EXCL compat_16_sys___sigreturn14
#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); }