diff options
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 |