X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/5ba3f43ea354af8ad55bea84372a2bc834d8757c..d9a64523371fa019c4575bb400cbbc3a50ac9903:/libkern/os/reason_private.h diff --git a/libkern/os/reason_private.h b/libkern/os/reason_private.h index 477bceeed..56a68f1f1 100644 --- a/libkern/os/reason_private.h +++ b/libkern/os/reason_private.h @@ -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