summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2002-02-04 20:04:53 +0000
committerNiels Provos <provos@cvs.openbsd.org>2002-02-04 20:04:53 +0000
commitfe2dfdf30c1e3de5e3030595563fa3efff8022a5 (patch)
tree2a8ca2ea6c253d2a038355c4ccf7c02fac62fe2a /sys/compat/linux/linux_syscallargs.h
parent79e41f94496d2e21b3d34bb44023f669627758c9 (diff)
fcntl64 support; okay deraadt@
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 229598ac4d8..f0c49a76ffa 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscallargs.h,v 1.32 2001/08/26 04:14:26 deraadt Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.33 2002/02/04 20:04:52 provos Exp $ */
/*
* System call argument lists.
*
* 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
*/
#ifdef syscallarg
@@ -517,6 +517,12 @@ struct linux_sys_setfsuid_args {
syscallarg(uid_t) uid;
};
+struct linux_sys_fcntl64_args {
+ syscallarg(u_int) fd;
+ syscallarg(u_int) cmd;
+ syscallarg(void *) arg;
+};
+
/*
* System call prototypes.
*/