summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/m68k/linux_syscall.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_syscall.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_syscall.h')
-rw-r--r--sys/compat/linux/arch/m68k/linux_syscall.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/compat/linux/arch/m68k/linux_syscall.h b/sys/compat/linux/arch/m68k/linux_syscall.h
index e10cc5b1ff6..fc9faf5a48c 100644
--- a/sys/compat/linux/arch/m68k/linux_syscall.h
+++ b/sys/compat/linux/arch/m68k/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.68 2008/11/12 18:09:22 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.69 2009/01/11 13:00:25 tsutsui Exp $ */
/*
* System call numbers.
*
* 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_SYSCALL_H_
@@ -215,13 +215,13 @@
/* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */
#define LINUX_SYS_getrlimit 76
-/* syscall: "getrusage" ret: "int" args: "int" "struct rusage *" */
+/* syscall: "getrusage" ret: "int" args: "int" "struct rusage50 *" */
#define LINUX_SYS_getrusage 77
-/* syscall: "gettimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */
+/* syscall: "gettimeofday" ret: "int" args: "struct timeval50 *" "struct timezone *" */
#define LINUX_SYS_gettimeofday 78
-/* syscall: "settimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */
+/* syscall: "settimeofday" ret: "int" args: "struct timeval50 *" "struct timezone *" */
#define LINUX_SYS_settimeofday 79
/* syscall: "getgroups16" ret: "int" args: "int" "linux_gid16_t *" */
@@ -299,10 +299,10 @@
/* syscall: "socketcall" ret: "int" args: "int" "void *" */
#define LINUX_SYS_socketcall 102
-/* syscall: "setitimer" ret: "int" args: "u_int" "struct itimerval *" "struct itimerval *" */
+/* syscall: "setitimer" ret: "int" args: "u_int" "struct itimerval50 *" "struct itimerval50 *" */
#define LINUX_SYS_setitimer 104
-/* syscall: "getitimer" ret: "int" args: "u_int" "struct itimerval *" */
+/* syscall: "getitimer" ret: "int" args: "u_int" "struct itimerval50 *" */
#define LINUX_SYS_getitimer 105
/* syscall: "stat" ret: "int" args: "const char *" "struct linux_stat *" */
@@ -371,7 +371,7 @@
/* syscall: "getdents" ret: "int" args: "int" "struct linux_dirent *" "unsigned int" */
#define LINUX_SYS_getdents 141
-/* syscall: "select" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "struct timeval *" */
+/* syscall: "select" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "struct timeval50 *" */
#define LINUX_SYS_select 142
/* syscall: "flock" ret: "int" args: "int" "int" */