diff options
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
| -rw-r--r-- | sys/i386/linux/linux_sysent.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index 39ac0275b204..44f864cf5124 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.16.2.3 1999/08/17 21:02:36 marcel Exp + * created from Id: syscalls.master,v 1.16.2.4 1999/08/28 20:36:41 marcel Exp */ #include "opt_compat.h" @@ -188,8 +188,8 @@ struct sysent linux_sysent[] = { { 0, (sy_call_t *)nosys }, /* 171 = getresgid */ { 0, (sy_call_t *)nosys }, /* 172 = prctl */ { 0, (sy_call_t *)nosys }, /* 173 = rt_sigreturn */ - { 0, (sy_call_t *)nosys }, /* 174 = rt_sigaction */ - { 0, (sy_call_t *)nosys }, /* 175 = rt_sigprocmask */ + { 4, (sy_call_t *)linux_rt_sigaction }, /* 174 = linux_rt_sigaction */ + { 4, (sy_call_t *)linux_rt_sigprocmask }, /* 175 = linux_rt_sigprocmask */ { 0, (sy_call_t *)nosys }, /* 176 = rt_sigpending */ { 0, (sy_call_t *)nosys }, /* 177 = rt_sigtimedwait */ { 0, (sy_call_t *)nosys }, /* 178 = rt_sigqueueinfo */ @@ -197,4 +197,12 @@ struct sysent linux_sysent[] = { { 0, (sy_call_t *)nosys }, /* 180 = pread */ { 0, (sy_call_t *)nosys }, /* 181 = pwrite */ { 3, (sy_call_t *)linux_chown }, /* 182 = linux_chown */ + { 2, (sy_call_t *)linux_getcwd }, /* 183 = linux_getcwd */ + { 0, (sy_call_t *)nosys }, /* 184 = capget */ + { 0, (sy_call_t *)nosys }, /* 185 = capset */ + { 0, (sy_call_t *)nosys }, /* 186 = sigaltstack */ + { 0, (sy_call_t *)nosys }, /* 187 = sendfile */ + { 0, (sy_call_t *)nosys }, /* 188 = getpmsg */ + { 0, (sy_call_t *)nosys }, /* 189 = putpmsg */ + { 0, (sy_call_t *)linux_vfork }, /* 190 = linux_vfork */ }; |
