summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/m68k/linux_syscallargs.h
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2009-01-11 13:00:25 +0000
committertsutsui <tsutsui@NetBSD.org>2009-01-11 13:00:25 +0000
commit8a2b8ba767965fbc5050c370186676daca024137 (patch)
treeff2be1917119f0dd2752cc211ca2c5b4dcfcd15c /sys/compat/linux/arch/m68k/linux_syscallargs.h
parent4f0ae35127a9af7daa0b451e55200f3cc264577d (diff)
Regen from syscalls.master rev 1.64:
> Update for compat_50 stuff. (compile test only)
Diffstat (limited to 'sys/compat/linux/arch/m68k/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/arch/m68k/linux_syscallargs.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/compat/linux/arch/m68k/linux_syscallargs.h b/sys/compat/linux/arch/m68k/linux_syscallargs.h
index df826285b49..8e9150c47ba 100644
--- a/sys/compat/linux/arch/m68k/linux_syscallargs.h
+++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.67 2008/11/12 18:09:22 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.68 2009/01/11 13:00:25 tsutsui Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.63 2008/11/12 18:07:40 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.64 2009/01/11 12:59:34 tsutsui Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
@@ -243,16 +243,16 @@ struct linux_sys_getrlimit_args {
};
check_syscall_args(linux_sys_getrlimit)
-struct sys_getrusage_args;
+struct compat_50_sys_getrusage_args;
struct linux_sys_gettimeofday_args {
- syscallarg(struct timeval *) tp;
+ syscallarg(struct timeval50 *) tp;
syscallarg(struct timezone *) tzp;
};
check_syscall_args(linux_sys_gettimeofday)
struct linux_sys_settimeofday_args {
- syscallarg(struct timeval *) tp;
+ syscallarg(struct timeval50 *) tp;
syscallarg(struct timezone *) tzp;
};
check_syscall_args(linux_sys_settimeofday)
@@ -362,9 +362,9 @@ struct linux_sys_socketcall_args {
};
check_syscall_args(linux_sys_socketcall)
-struct sys_setitimer_args;
+struct compat_50_sys_setitimer_args;
-struct sys_getitimer_args;
+struct compat_50_sys_getitimer_args;
struct linux_sys_stat_args {
syscallarg(const char *) path;
@@ -486,7 +486,7 @@ struct linux_sys_select_args {
syscallarg(fd_set *) readfds;
syscallarg(fd_set *) writefds;
syscallarg(fd_set *) exceptfds;
- syscallarg(struct timeval *) timeout;
+ syscallarg(struct timeval50 *) timeout;
};
check_syscall_args(linux_sys_select)
@@ -1012,7 +1012,7 @@ int linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, r
int linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);
-int sys_getrusage(struct lwp *, const struct sys_getrusage_args *, register_t *);
+int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
int linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);
@@ -1071,9 +1071,9 @@ int linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, regis
int linux_sys_socketcall(struct lwp *, const struct linux_sys_socketcall_args *, register_t *);
-int sys_setitimer(struct lwp *, const struct sys_setitimer_args *, register_t *);
+int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
-int sys_getitimer(struct lwp *, const struct sys_getitimer_args *, register_t *);
+int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
int linux_sys_stat(struct lwp *, const struct linux_sys_stat_args *, register_t *);