X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/7e41aa883dd258f888d0470250eead40a53ef1f5..3903760236c30e3b5ace7a4eefac3a269d68957c:/bsd/sys/kernel.h diff --git a/bsd/sys/kernel.h b/bsd/sys/kernel.h index 2674b234c..35555f842 100644 --- a/bsd/sys/kernel.h +++ b/bsd/sys/kernel.h @@ -75,6 +75,8 @@ #include #ifdef BSD_KERNEL_PRIVATE +#include + /* 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 */