diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-02 19:46:39 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-02 19:46:39 +0000 |
commit | 6df397adccd28bfcc8bf941a4ebaf0fdefb2b99a (patch) | |
tree | 06b9991ad676c966c623a29ba56cce9664cb9fb9 /sys/compat/freebsd/freebsd_sysent.c | |
parent | f2cb1cd341ed477e7f57380382cc6b03c2f210ab (diff) |
sync
Diffstat (limited to 'sys/compat/freebsd/freebsd_sysent.c')
-rw-r--r-- | sys/compat/freebsd/freebsd_sysent.c | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index 17a4828fc97..d2f4b867147 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_sysent.c,v 1.15 2000/07/07 18:29:30 brad Exp $ */ +/* $OpenBSD: freebsd_sysent.c,v 1.16 2001/02/02 19:46:38 tholo Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.14 2000/07/07 18:26:43 brad Exp + * created from OpenBSD: syscalls.master,v 1.15 2001/02/02 19:45:09 tholo Exp */ #include <sys/param.h> @@ -12,6 +12,7 @@ #include <sys/signal.h> #include <sys/mount.h> #include <sys/syscallargs.h> +#include <compat/freebsd/freebsd_signal.h> #include <compat/freebsd/freebsd_syscallargs.h> #include <machine/freebsd_machdep.h> @@ -782,14 +783,14 @@ struct sysent freebsd_sysent[] = { sys_nosys }, /* 338 = unimplemented jail */ { 0, 0, sys_nosys }, /* 339 = unimplemented pioctl */ - { 0, 0, - sys_nosys }, /* 340 = unimplemented 4.0 sigprocmask */ - { 0, 0, - sys_nosys }, /* 341 = unimplemented 4.0 sigsuspend */ - { 0, 0, - sys_nosys }, /* 342 = unimplemented 4.0 sigaction */ - { 0, 0, - sys_nosys }, /* 343 = unimplemented 4.0 sigpending */ + { 3, s(struct freebsd_sys_sigprocmask40_args), + freebsd_sys_sigprocmask40 }, /* 340 = sigprocmask40 */ + { 1, s(struct freebsd_sys_sigsuspend40_args), + freebsd_sys_sigsuspend40 }, /* 341 = sigsuspend40 */ + { 3, s(struct freebsd_sys_sigaction40_args), + freebsd_sys_sigaction40 }, /* 342 = sigaction40 */ + { 1, s(struct freebsd_sys_sigpending40_args), + freebsd_sys_sigpending40 }, /* 343 = sigpending40 */ { 0, 0, sys_nosys }, /* 344 = unimplemented 4.0 sigreturn */ { 0, 0, |