]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/os/reason_private.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / libkern / os / reason_private.h
index 477bceeed45f35f3da39484f121ad472ddec1d97..56a68f1f11a80775fcd2c693d4a2a45577141dd9 100644 (file)
@@ -37,6 +37,7 @@
 OS_ENUM(os_reason_libsystem_code, uint64_t,
        OS_REASON_LIBSYSTEM_CODE_WORKLOOP_OWNERSHIP_LEAK = 1,
        OS_REASON_LIBSYSTEM_CODE_FAULT = 2, /* generated by os_log_fault */
+       OS_REASON_LIBSYSTEM_CODE_SECINIT_INITIALIZER = 3,
 );
 
 #ifndef KERNEL