diff options
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index 346f91db0f0..cd40b749fda 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.76 2012/06/19 11:35:56 pirofti Exp $ */ +/* $OpenBSD: linux_syscallargs.h,v 1.77 2013/08/13 05:54:10 guenther Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.70 2012/06/19 11:31:39 pirofti Exp + * created from OpenBSD: syscalls.master,v 1.72 2013/08/13 05:52:22 guenther Exp */ #ifdef syscallarg @@ -733,7 +733,7 @@ int linux_sys_sethostname(struct proc *, void *, register_t *); int linux_sys_setrlimit(struct proc *, void *, register_t *); int linux_sys_getrlimit(struct proc *, void *, register_t *); int sys_getrusage(struct proc *, void *, register_t *); -int sys_gettimeofday(struct proc *, void *, register_t *); +int t32_sys_gettimeofday(struct proc *, void *, register_t *); int sys_settimeofday(struct proc *, void *, register_t *); int sys_getgroups(struct proc *, void *, register_t *); int sys_setgroups(struct proc *, void *, register_t *); @@ -829,7 +829,7 @@ int linux_sys_sched_yield(struct proc *, void *, register_t *); int linux_sys_sched_get_priority_max(struct proc *, void *, register_t *); int linux_sys_sched_get_priority_min(struct proc *, void *, register_t *); int linux_sys_sched_rr_get_interval(struct proc *, void *, register_t *); -int sys_nanosleep(struct proc *, void *, register_t *); +int t32_sys_nanosleep(struct proc *, void *, register_t *); int linux_sys_mremap(struct proc *, void *, register_t *); int linux_sys_setresuid16(struct proc *, void *, register_t *); int linux_sys_getresuid16(struct proc *, void *, register_t *); |