diff options
author | 2012-05-23 19:48:26 +0000 | |
---|---|---|
committer | 2012-05-23 19:48:26 +0000 | |
commit | 819801e5277687b07207b6a68b60415bcd500a44 (patch) | |
tree | 2f84d37884e4dfe97b6ed7aa935c3d9e395b6a5d /sys/compat/linux/linux_syscall.h | |
parent | Add emulation support for fstatfs64. (diff) | |
download | wireguard-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.h | 7 |
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 |