]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/kernel.h
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / sys / kernel.h
index 2674b234c7bc8d17e1979ff5bebd23b551dced81..35555f8421604219dee5649269349043c83b2041 100644 (file)
@@ -75,6 +75,8 @@
 #include <sys/param.h>
 
 #ifdef BSD_KERNEL_PRIVATE
+#include <stdbool.h>
+
 /* Global variables for the kernel. */
 
 /* 1.1 */
@@ -87,6 +89,8 @@ extern int domainnamelen;
 /* 1.2 */
 extern int stathz;             /* statistics clock's frequency */
 extern int profhz;             /* profiling clock's frequency */
+
+extern bool send_sigsys;
 #endif /* BSD_KERNEL_PRIVATE */