diff options
| author | christos <christos@NetBSD.org> | 2006-06-10 21:16:49 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-06-10 21:16:49 +0000 |
| commit | ee08f35b9aa9c7ec3469ec37d627cdcf0dcbedae (patch) | |
| tree | 936652e9ece1dccc022b9687b81c8fb7b76f1040 /sys/compat/linux/arch/alpha/linux_syscallargs.h | |
| parent | c02c268f6b1250a8b99febb62c601b094cb99b6b (diff) | |
regen
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_syscallargs.h')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_syscallargs.h | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_syscallargs.h b/sys/compat/linux/arch/alpha/linux_syscallargs.h index 16ebc8086b0..1e14d38e1d9 100644 --- a/sys/compat/linux/arch/alpha/linux_syscallargs.h +++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscallargs.h,v 1.57 2005/12/11 12:20:12 christos Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.58 2006/06/10 21:16:49 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.51 2005/05/16 21:17:11 fvdl Exp + * created from NetBSD: syscalls.master,v 1.53 2006/06/10 21:15:33 christos Exp */ -#ifndef _LINUX_SYS__SYSCALLARGS_H_ -#define _LINUX_SYS__SYSCALLARGS_H_ +#ifndef _LINUX_SYS_SYSCALLARGS_H_ +#define _LINUX_SYS_SYSCALLARGS_H_ #ifdef syscallarg #undef syscallarg @@ -190,6 +190,11 @@ struct linux_sys_accept_args { syscallarg(int *) anamelen; }; +struct linux_sys_getpriority_args { + syscallarg(int) which; + syscallarg(int) who; +}; + struct linux_sys_send_args { syscallarg(int) s; syscallarg(caddr_t) buf; @@ -841,7 +846,7 @@ int linux_sys_connect(struct lwp *, void *, register_t *); int linux_sys_accept(struct lwp *, void *, register_t *); -int sys_getpriority(struct lwp *, void *, register_t *); +int linux_sys_getpriority(struct lwp *, void *, register_t *); int linux_sys_send(struct lwp *, void *, register_t *); @@ -1115,4 +1120,4 @@ int linux_sys_clock_getres(struct lwp *, void *, register_t *); int linux_sys_clock_nanosleep(struct lwp *, void *, register_t *); -#endif /* _LINUX_SYS__SYSCALLARGS_H_ */ +#endif /* _LINUX_SYS_SYSCALLARGS_H_ */ |
