diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-15 14:03:24 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-15 14:03:24 +0000 |
commit | 19a7bfc5890a330b13e530fc10e44381a30d5dbd (patch) | |
tree | 51f128bc61c67c04c24a2fc03c54f66dc5e675ad /sys/compat/linux/linux_syscallargs.h | |
parent | db2a9ddf7bc7b6f16e9791e8efb8dd196b79d77f (diff) |
regen.
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index 64b988cdcb0..9d8b93d6d4e 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.45 2003/08/14 18:50:50 fgsch Exp $ */ +/* $OpenBSD: linux_syscallargs.h,v 1.46 2003/08/15 14:03:23 fgsch Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.42 2003/08/14 18:50:13 fgsch Exp + * created from OpenBSD: syscalls.master,v 1.43 2003/08/15 14:02:22 fgsch Exp */ #ifdef syscallarg @@ -547,10 +547,6 @@ struct linux_sys_fcntl64_args { syscallarg(void *) arg; }; -struct linux_sys_exit_group_args { - syscallarg(int) rval; -}; - /* * System call prototypes. */ @@ -792,4 +788,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 linux_sys_exit_group(struct proc *, void *, register_t *); +int sys_exit(struct proc *, void *, register_t *); |