summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-07-27 21:01:59 +0000
committerderaadt <deraadt@openbsd.org>1997-07-27 21:01:59 +0000
commitb1e3be7db5dba36f4e56c0b61f5fbeb0349fc874 (patch)
tree36647384c83a1de584bb2e5f3eea82b2f0cd625e /sys/compat/linux/linux_syscall.h
parentmremap non-emulation; tron@lyssa.owl.de (diff)
downloadwireguard-openbsd-b1e3be7db5dba36f4e56c0b61f5fbeb0349fc874.tar.xz
wireguard-openbsd-b1e3be7db5dba36f4e56c0b61f5fbeb0349fc874.zip
sync
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r--sys/compat/linux/linux_syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 703a9dd490c..be163e5307a 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 OpenBSD: syscalls.master,v 1.7 1996/05/22 12:01:51 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.9 1997/07/27 21:01:37 deraadt Exp
*/
#define LINUX_SYS_syscall 0
@@ -128,4 +128,5 @@
#define LINUX_SYS___sysctl 149
#define LINUX_SYS_mlock 150
#define LINUX_SYS_munlock 151
+#define LINUX_SYS_mremap 163
#define LINUX_SYS_MAXSYSCALL 164