diff options
| author | mycroft <mycroft@NetBSD.org> | 1995-05-06 18:16:35 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1995-05-06 18:16:35 +0000 |
| commit | 2b0696ff3cf19c7acbd29cef6c756952d1242b3e (patch) | |
| tree | b5a74717be21d5e8e6a3d144e1ae002ad8cde3e7 /sys/compat/linux/linux_syscalls.c | |
| parent | 4f919ecd87b76d16c9ca2e2501ea0770ffe9aae3 (diff) | |
Add linux_modify_ldt(), if __i386__.
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/linux_syscalls.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index 2ecf5f9b87a..91516778eeb 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -129,7 +129,11 @@ char *linux_syscallnames[] = { "#120 (unimplemented linux_clone)", /* 120 = unimplemented linux_clone */ "compat_09_setdomainname", /* 121 = compat_09_setdomainname */ "linux_uname", /* 122 = linux_uname */ +#ifdef __i386__ + "linux_modify_ldt", /* 123 = linux_modify_ldt */ +#else "#123 (unimplemented linux_modify_ldt)", /* 123 = unimplemented linux_modify_ldt */ +#endif "#124 (unimplemented linux_adjtimex)", /* 124 = unimplemented linux_adjtimex */ "mprotect", /* 125 = mprotect */ "linux_sigprocmask", /* 126 = linux_sigprocmask */ |
