diff options
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index 351a7971640..5f4f8824a55 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.41 2003/07/03 00:01:20 tedu Exp $ */ +/* $OpenBSD: linux_syscallargs.h,v 1.42 2003/07/23 17:42:39 tedu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.38 2003/07/03 00:00:04 tedu Exp + * created from OpenBSD: syscalls.master,v 1.39 2003/07/23 17:42:09 tedu Exp */ #ifdef syscallarg @@ -296,6 +296,10 @@ struct linux_sys_wait4_args { syscallarg(struct rusage *) rusage; }; +struct linux_sys_sysinfo_args { + syscallarg(struct linux_sys_sysinfo_args *) sysinfo; +}; + struct linux_sys_ipc_args { syscallarg(int) what; syscallarg(int) a1; |