summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-19 15:41:04 +0000
committerderaadt <deraadt@openbsd.org>1995-12-19 15:41:04 +0000
commit4c0841d1cb9b5d0eca7ca6c820705b36e1e444f8 (patch)
tree7b66ae9fffb393f281cc9453846cba0e6bdfe61c /sys/compat/linux/linux_syscall.h
parentfrom christos; add utime() and utimes() (diff)
downloadwireguard-openbsd-4c0841d1cb9b5d0eca7ca6c820705b36e1e444f8.tar.xz
wireguard-openbsd-4c0841d1cb9b5d0eca7ca6c820705b36e1e444f8.zip
from fvdl; add msync(), readv() and writev()
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r--sys/compat/linux/linux_syscall.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 4bc8e99b8e6..9975c899f30 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.13 1995/10/07 06:27:15 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.15 1995/12/18 14:35:10 fvdl Exp
*/
#define LINUX_SYS_syscall 0
@@ -117,4 +117,7 @@
#define LINUX_SYS_getdents 141
#define LINUX_SYS_select 142
#define LINUX_SYS_flock 143
-#define LINUX_SYS_MAXSYSCALL 144
+#define LINUX_SYS_msync 144
+#define LINUX_SYS_readv 145
+#define LINUX_SYS_writev 146
+#define LINUX_SYS_MAXSYSCALL 147