summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_syscalls.c
diff options
context:
space:
mode:
authorian <ian@openbsd.org>2000-03-18 21:39:15 +0000
committerian <ian@openbsd.org>2000-03-18 21:39:15 +0000
commitfce0229eb136084b51e065a18c9799e0fe342e8e (patch)
tree2085cbc9cdd896b3a14dd289038a4a0aefdf8262 /sys/compat/linux/linux_syscalls.c
parentImplement vfork (ok jasoni). (diff)
downloadwireguard-openbsd-fce0229eb136084b51e065a18c9799e0fe342e8e.tar.xz
wireguard-openbsd-fce0229eb136084b51e065a18c9799e0fe342e8e.zip
Sync.
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r--sys/compat/linux/linux_syscalls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index f2e442bfee7..b391c254b31 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscalls.c,v 1.16 2000/03/13 08:18:56 jasoni Exp $ */
+/* $OpenBSD: linux_syscalls.c,v 1.17 2000/03/18 21:39:16 ian Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.17 2000/03/13 08:18:30 jasoni Exp
+ * created from OpenBSD: syscalls.master,v 1.18 2000/03/18 21:36:02 ian Exp
*/
char *linux_syscallnames[] = {
@@ -210,5 +210,5 @@ char *linux_syscallnames[] = {
"#187 (unimplemented sendfile)", /* 187 = unimplemented sendfile */
"#188 (unimplemented getpmsg)", /* 188 = unimplemented getpmsg */
"#189 (unimplemented putpmsg)", /* 189 = unimplemented putpmsg */
- "#190 (unimplemented vfork)", /* 190 = unimplemented vfork */
+ "vfork", /* 190 = vfork */
};