summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/powerpc/include/signal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/powerpc/include/signal.h b/sys/powerpc/include/signal.h
index c290bb9..db7f9c2 100644
--- a/sys/powerpc/include/signal.h
+++ b/sys/powerpc/include/signal.h
@@ -43,11 +43,9 @@
typedef int sig_atomic_t;
-#ifdef _KERNEL
+#if __BSD_VISIBLE
#include <machine/frame.h>
-#endif /* _KERNEL */
-#if __BSD_VISIBLE
struct sigcontext {
int sc_onstack; /* saved onstack flag */
int __sc_mask13; /* saved signal mask (old style) */
OpenPOWER on IntegriCloud