diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2002-02-04 20:04:53 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2002-02-04 20:04:53 +0000 |
commit | fe2dfdf30c1e3de5e3030595563fa3efff8022a5 (patch) | |
tree | 2a8ca2ea6c253d2a038355c4ccf7c02fac62fe2a /sys/compat/linux/linux_syscall.h | |
parent | 79e41f94496d2e21b3d34bb44023f669627758c9 (diff) |
fcntl64 support; okay deraadt@
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index 6fd1d22981d..6bcbb8ef76b 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.31 2001/08/26 04:14:26 deraadt Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.32 2002/02/04 20:04:52 provos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.31 2001/07/04 19:59:47 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.30 2001/07/03 21:56:26 jasoni Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -679,7 +679,7 @@ /* syscall: "getdents64" ret: "int" args: */ #define LINUX_SYS_getdents64 220 -/* syscall: "fcntl64" ret: "int" args: */ +/* syscall: "fcntl64" ret: "int" args: "u_int" "u_int" "void *" */ #define LINUX_SYS_fcntl64 221 #define LINUX_SYS_MAXSYSCALL 222 |