summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-09-01 14:01:11 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-09-01 14:01:11 +0000
commit81b83e717abc784f50fb7d7578e92f4d5769c993 (patch)
tree6e8fd8a8fa8bc04f5be21d9a50184b7046baf783 /sys/compat/linux/linux_syscallargs.h
parent539590e201e0188ad3e110c96f9b92f3a70e58c4 (diff)
regen.
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 9d8b93d6d4e..85193841c88 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.46 2003/08/15 14:03:23 fgsch Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.47 2003/09/01 14:01:10 fgsch Exp $ */
/*
* System call argument lists.
*
* 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
*/
#ifdef syscallarg
@@ -788,4 +788,5 @@ int linux_sys_mincore(struct proc *, void *, register_t *);
int linux_sys_madvise(struct proc *, void *, register_t *);
int linux_sys_getdents64(struct proc *, void *, register_t *);
int linux_sys_fcntl64(struct proc *, void *, register_t *);
+int linux_sys_fadvise64(struct proc *, void *, register_t *);
int sys_exit(struct proc *, void *, register_t *);