diff options
Diffstat (limited to 'sys/compat/linux/arch/arm/linux_syscallargs.h')
| -rw-r--r-- | sys/compat/linux/arch/arm/linux_syscallargs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/arm/linux_syscallargs.h b/sys/compat/linux/arch/arm/linux_syscallargs.h index dc1d85229e9..b33dd0130fe 100644 --- a/sys/compat/linux/arch/arm/linux_syscallargs.h +++ b/sys/compat/linux/arch/arm/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.4 2002/01/23 16:14:45 bjh21 Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.5 2002/01/27 14:09:38 bjh21 Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 2002/01/23 15:54:34 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.5 2002/01/27 14:08:56 bjh21 Exp */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ @@ -530,6 +530,7 @@ struct linux_sys_cacheflush_args { * System call prototypes. */ +int linux_sys_nosys(struct proc *, void *, register_t *); int sys_exit(struct proc *, void *, register_t *); int sys_fork(struct proc *, void *, register_t *); int sys_read(struct proc *, void *, register_t *); |
