diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 12:02:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 12:02:44 +0000 |
commit | 21e131dd4839d744742b615f61b0d3ace455fe11 (patch) | |
tree | 83657f14cdfe7819ab1adecaea3813bef54d2865 /sys/compat/linux/linux_syscalls.c | |
parent | d3c0e996ee9caa0a77ccb7378d4acc77326d58ae (diff) |
sync
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r-- | sys/compat/linux/linux_syscalls.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index be17ca299a3..8ed6859d25e 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -165,4 +165,21 @@ char *linux_syscallnames[] = { "msync", /* 144 = msync */ "readv", /* 145 = readv */ "writev", /* 146 = writev */ + "getsid", /* 147 = getsid */ + "fdatasync", /* 148 = fdatasync */ + "__sysctl", /* 149 = __sysctl */ + "mlock", /* 150 = mlock */ + "munlock", /* 151 = munlock */ + "#152 (unimplemented mlockall)", /* 152 = unimplemented mlockall */ + "#153 (unimplemented munlockall)", /* 153 = unimplemented munlockall */ + "#154 (unimplemented sched_setparam)", /* 154 = unimplemented sched_setparam */ + "#155 (unimplemented sched_getparam)", /* 155 = unimplemented sched_getparam */ + "#156 (unimplemented sched_setscheduler)", /* 156 = unimplemented sched_setscheduler */ + "#157 (unimplemented sched_getscheduler)", /* 157 = unimplemented sched_getscheduler */ + "#158 (unimplemented sched_yield)", /* 158 = unimplemented sched_yield */ + "#159 (unimplemented sched_get_priority_max)", /* 159 = unimplemented sched_get_priority_max */ + "#160 (unimplemented sched_get_priority_min)", /* 160 = unimplemented sched_get_priority_min */ + "#161 (unimplemented sched_rr_get_interval)", /* 161 = unimplemented sched_rr_get_interval */ + "#162 (unimplemented nanosleep)", /* 162 = unimplemented nanosleep */ + "#163 (unimplemented mremap)", /* 163 = unimplemented mremap */ }; |