diff options
author | 2003-09-01 14:01:10 +0000 | |
---|---|---|
committer | 2003-09-01 14:01:10 +0000 | |
commit | 655f25c455b533e6713d4bbd41da13e64530e6f4 (patch) | |
tree | 16770f9506a0f9c308ce636df78e897c9a8c6c0e /sys/compat/linux/linux_syscall.h | |
parent | set fadvise64 as dummy. some binaries compiled with a recent glibc (diff) | |
download | wireguard-openbsd-655f25c455b533e6713d4bbd41da13e64530e6f4.tar.xz wireguard-openbsd-655f25c455b533e6713d4bbd41da13e64530e6f4.zip |
regen.
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 3c03e05947c..ecd7c182ce8 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.44 2003/08/15 14:03:23 fgsch Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.45 2003/09/01 14:01:10 fgsch Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.43 2003/08/15 14:02:22 fgsch Exp + * created from OpenBSD: syscalls.master,v 1.44 2003/09/01 14:00:23 fgsch Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -682,6 +682,9 @@ /* syscall: "fcntl64" ret: "int" args: "u_int" "u_int" "void *" */ #define LINUX_SYS_fcntl64 221 +/* syscall: "fadvise64" ret: "int" args: */ +#define LINUX_SYS_fadvise64 250 + /* syscall: "linux_exit_group" ret: "int" args: "int" */ #define LINUX_SYS_linux_exit_group 252 |