summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-14 18:50:51 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-14 18:50:51 +0000
commit8cb5864509d4298aa0ef2806b82d153dce232f6b (patch)
tree85a582fe81fffcc67162abfe33b9b89c9f5b0efd /sys/compat/linux/linux_syscallargs.h
parentc68ee2fc45e294fe65b4dfe2928b190dd636e077 (diff)
regen.. again. sorry.
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 0d3d1f33d64..64b988cdcb0 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.44 2003/08/14 18:35:57 fgsch Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.45 2003/08/14 18:50:50 fgsch Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.41 2003/08/14 18:34:15 fgsch Exp
+ * created from OpenBSD: syscalls.master,v 1.42 2003/08/14 18:50:13 fgsch Exp
*/
#ifdef syscallarg
@@ -547,6 +547,10 @@ struct linux_sys_fcntl64_args {
syscallarg(void *) arg;
};
+struct linux_sys_exit_group_args {
+ syscallarg(int) rval;
+};
+
/*
* System call prototypes.
*/
@@ -788,4 +792,4 @@ 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 sys_exit(struct proc *, void *, register_t *);
+int linux_sys_exit_group(struct proc *, void *, register_t *);