const poisioning.

This commit is contained in:
martin 2003-09-28 10:22:21 +00:00
parent 220f7552d7
commit b4f2a7e0a0
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_signal.c,v 1.9 2003/01/19 16:47:15 thorpej Exp $ */ /* $NetBSD: svr4_32_signal.c,v 1.10 2003/09/28 10:22:21 martin Exp $ */
/*- /*-
* Copyright (c) 1994, 1998 The NetBSD Foundation, Inc. * Copyright (c) 1994, 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_signal.c,v 1.9 2003/01/19 16:47:15 thorpej Exp $"); __KERNEL_RCSID(0, "$NetBSD: svr4_32_signal.c,v 1.10 2003/09/28 10:22:21 martin Exp $");
#if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT)
#include "opt_compat_svr4.h" #include "opt_compat_svr4.h"
@ -626,7 +626,7 @@ void
svr4_32_getcontext(l, uc, mask) svr4_32_getcontext(l, uc, mask)
struct lwp *l; struct lwp *l;
struct svr4_32_ucontext *uc; struct svr4_32_ucontext *uc;
sigset_t *mask; const sigset_t *mask;
{ {
void *sp; void *sp;
struct svr4_32_sigaltstack *ss = &uc->uc_stack; struct svr4_32_sigaltstack *ss = &uc->uc_stack;

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_ucontext.h,v 1.2 2003/01/19 16:47:17 thorpej Exp $ */ /* $NetBSD: svr4_32_ucontext.h,v 1.3 2003/09/28 10:22:21 martin Exp $ */
/*- /*-
* Copyright (c) 1994 The NetBSD Foundation, Inc. * Copyright (c) 1994 The NetBSD Foundation, Inc.
@ -77,7 +77,7 @@ void *svr4_32_getmcontext __P((struct lwp *, struct svr4_32_mcontext *,
int svr4_32_setmcontext __P((struct lwp *, struct svr4_32_mcontext *, int svr4_32_setmcontext __P((struct lwp *, struct svr4_32_mcontext *,
netbsd32_u_long)); netbsd32_u_long));
void svr4_32_getcontext __P((struct lwp *, struct svr4_32_ucontext *, sigset_t *)); void svr4_32_getcontext __P((struct lwp *, struct svr4_32_ucontext *, const sigset_t *));
int svr4_32_setcontext __P((struct lwp *, struct svr4_32_ucontext *)); int svr4_32_setcontext __P((struct lwp *, struct svr4_32_ucontext *));
#endif /* !_SVR4_32_UCONTEXT_H_ */ #endif /* !_SVR4_32_UCONTEXT_H_ */