diff options
| author | christos <christos@NetBSD.org> | 2012-05-10 19:41:52 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-05-10 19:41:52 +0000 |
| commit | 504fa22e27eb199ab59cd287755698bc24c2989e (patch) | |
| tree | 611513388cbb9eab0f29e0a7060a72f6d5bd41be /sys/compat/linux32/arch/amd64/linux32_syscallargs.h | |
| parent | 1d1f148ae28b1eb614e975d40bb7257cfd8353cb (diff) | |
regen
Diffstat (limited to 'sys/compat/linux32/arch/amd64/linux32_syscallargs.h')
| -rw-r--r-- | sys/compat/linux32/arch/amd64/linux32_syscallargs.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/linux32/arch/amd64/linux32_syscallargs.h b/sys/compat/linux32/arch/amd64/linux32_syscallargs.h index 0cd5f44ba8d..66fda0280ad 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscallargs.h +++ b/sys/compat/linux32/arch/amd64/linux32_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux32_syscallargs.h,v 1.65 2011/11/18 04:20:16 christos Exp $ */ +/* $NetBSD: linux32_syscallargs.h,v 1.66 2012/05/10 19:41:52 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp + * created from NetBSD: syscalls.master,v 1.61 2012/05/10 19:40:46 christos Exp */ #ifndef _LINUX32_SYS_SYSCALLARGS_H_ @@ -605,9 +605,9 @@ struct linux32_sys_rt_sigpending_args { check_syscall_args(linux32_sys_rt_sigpending) struct linux32_sys_rt_sigtimedwait_args { - syscallarg(const linux32_sigset_t *) set; - syscallarg(linux32_siginfo_t *) info; - syscallarg(const struct linux_timespec32 *) timeout; + syscallarg(const linux32_sigsetp_t) set; + syscallarg(linux32_siginfop_t) info; + syscallarg(const linux32_timespecp_t) timeout; }; check_syscall_args(linux32_sys_rt_sigtimedwait) |
