summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscalls.c
diff options
context:
space:
mode:
authorfvdl <fvdl@NetBSD.org>1995-08-27 20:53:31 +0000
committerfvdl <fvdl@NetBSD.org>1995-08-27 20:53:31 +0000
commita7459f5321c2dbdf4ae6a497a57ef191010ec859 (patch)
tree3c0e765fd85fbc47d5c37d714def4e748aa2e10d /sys/compat/linux/linux_syscalls.c
parentd308963c5d010c5421cdbd3eac4471aacfd25af7 (diff)
syscalls.master changed
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r--sys/compat/linux/linux_syscalls.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index 85bc44f9ff8..f5f9c455ac7 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.10 1995/08/23 20:17:30 fvdl Exp
+ * created from NetBSD: syscalls.master,v 1.11 1995/08/27 20:51:53 fvdl Exp
*/
char *linux_syscallnames[] = {
@@ -107,7 +107,11 @@ char *linux_syscallnames[] = {
"profil", /* 98 = profil */
"linux_statfs", /* 99 = linux_statfs */
"linux_fstatfs", /* 100 = linux_fstatfs */
+#ifdef __i386__
+ "linux_ioperm", /* 101 = linux_ioperm */
+#else
"#101 (unimplemented linux_ioperm)", /* 101 = unimplemented linux_ioperm */
+#endif
"linux_socketcall", /* 102 = linux_socketcall */
"#103 (unimplemented linux_klog)", /* 103 = unimplemented linux_klog */
"setitimer", /* 104 = setitimer */
@@ -116,7 +120,11 @@ char *linux_syscallnames[] = {
"linux_lstat", /* 107 = linux_lstat */
"linux_fstat", /* 108 = linux_fstat */
"linux_olduname", /* 109 = linux_olduname */
+#ifdef __i386__
+ "linux_iopl", /* 110 = linux_iopl */
+#else
"#110 (unimplemented linux_iopl)", /* 110 = unimplemented linux_iopl */
+#endif
"#111 (unimplemented linux_vhangup)", /* 111 = unimplemented linux_vhangup */
"#112 (unimplemented linux_idle)", /* 112 = unimplemented linux_idle */
"#113 (unimplemented linux_vm86)", /* 113 = unimplemented linux_vm86 */