summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/signal.h')
-rw-r--r--usr/src/uts/common/sys/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/signal.h b/usr/src/uts/common/sys/signal.h
index 1818665b45..b12dff6034 100644
--- a/usr/src/uts/common/sys/signal.h
+++ b/usr/src/uts/common/sys/signal.h
@@ -246,7 +246,7 @@ struct sigstack {
#include <sys/ucontext.h>
#endif /* defined(_XPG4_2) */
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(_FAKE_KERNEL)
#include <sys/t_lock.h>
extern const k_sigset_t nullsmask; /* a null signal mask */