summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
authorpirofti <pirofti@openbsd.org>2012-05-23 19:48:26 +0000
committerpirofti <pirofti@openbsd.org>2012-05-23 19:48:26 +0000
commit819801e5277687b07207b6a68b60415bcd500a44 (patch)
tree2f84d37884e4dfe97b6ed7aa935c3d9e395b6a5d /sys/compat/linux/linux_syscall.h
parentAdd emulation support for fstatfs64. (diff)
downloadwireguard-openbsd-819801e5277687b07207b6a68b60415bcd500a44.tar.xz
wireguard-openbsd-819801e5277687b07207b6a68b60415bcd500a44.zip
Regenerate.
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 1f6887602bf..af12460288f 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscall.h,v 1.70 2012/05/23 11:12:46 pirofti Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.71 2012/05/23 19:48:26 pirofti Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.66 2011/12/14 08:33:18 robert Exp
+ * created from OpenBSD: syscalls.master,v 1.67 2012/05/23 11:08:57 pirofti Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -745,6 +745,9 @@
/* syscall: "statfs64" ret: "int" args: "char *" "struct linux_statfs64 *" */
#define LINUX_SYS_statfs64 268
+/* syscall: "fstatfs64" ret: "int" args: "int" "struct linux_statfs64 *" */
+#define LINUX_SYS_fstatfs64 269
+
/* syscall: "set_robust_list" ret: "int" args: "struct linux_robust_list_head *" "size_t" */
#define LINUX_SYS_set_robust_list 311