diff options
author | jasoni <jasoni@cvs.openbsd.org> | 2000-03-28 06:36:30 +0000 |
---|---|---|
committer | jasoni <jasoni@cvs.openbsd.org> | 2000-03-28 06:36:30 +0000 |
commit | e945f6a215370f0e7bb715edfd7a496979c39b3a (patch) | |
tree | 48577d2c17695bc288b91639410d5222d70cc2e1 /sys/compat/linux/linux_sysent.c | |
parent | b0607e8994d5d6d95685f9c2dbee5f9901f3e7b5 (diff) |
sync
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r-- | sys/compat/linux/linux_sysent.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c index 9a024a51725..3125ac079d8 100644 --- a/sys/compat/linux/linux_sysent.c +++ b/sys/compat/linux/linux_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_sysent.c,v 1.19 2000/03/27 22:38:44 jasoni Exp $ */ +/* $OpenBSD: linux_sysent.c,v 1.20 2000/03/28 06:36:29 jasoni Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.19 2000/03/27 22:38:12 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.20 2000/03/28 06:35:57 jasoni Exp */ #include <sys/param.h> @@ -381,8 +381,8 @@ struct sysent linux_sysent[] = { linux_sys_getresgid }, /* 171 = getresgid */ { 0, 0, sys_nosys }, /* 172 = unimplemented prctl */ - { 0, 0, - sys_nosys }, /* 173 = unimplemented rt_sigreturn */ + { 1, s(struct linux_sys_rt_sigreturn_args), + linux_sys_rt_sigreturn }, /* 173 = rt_sigreturn */ { 4, s(struct linux_sys_rt_sigaction_args), linux_sys_rt_sigaction }, /* 174 = rt_sigaction */ { 4, s(struct linux_sys_rt_sigprocmask_args), |