Wrap sigframe_sigcontext in _KERNEL

This commit is contained in:
ad 2008-11-14 13:05:34 +00:00
parent 8fe49e035f
commit 8537937e0b
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: frame.h,v 1.32 2008/11/14 12:53:18 ad Exp $ */
/* $NetBSD: frame.h,v 1.33 2008/11/14 13:05:34 ad Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -141,6 +141,7 @@ struct switchframe {
int sf_eip;
};
#ifdef _KERNEL
/*
* Old-style signal frame
*/
@ -151,6 +152,7 @@ struct sigframe_sigcontext {
struct sigcontext *sf_scp; /* "scp" argument for handler */
struct sigcontext sf_sc; /* actual saved context */
};
#endif
/*
* New-style signal frame