diff options
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r-- | sys/i386/linux/linux_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index cd20a6d..61f21ad 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.34 2000/07/29 10:05:25 peter Exp + * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.35 2000/10/17 00:00:20 gallatin Exp */ #ifndef _LINUX_SYSPROTO_H_ @@ -452,7 +452,7 @@ struct linux_prctl_args { register_t dummy; }; struct linux_rt_sigreturn_args { - register_t dummy; + struct linux_ucontext * ucp; char ucp_[PAD_(struct linux_ucontext *)]; }; struct linux_rt_sigaction_args { int sig; char sig_[PAD_(int)]; |