aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r--sys/i386/linux/linux_sysent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index a03bd95b867e..f8f2b7e66fee 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.18 1999/08/12 19:51:03 marcel Exp
+ * created from Id: syscalls.master,v 1.19 1999/08/14 17:14:13 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 */