]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/exception.h
xnu-3248.30.4.tar.gz
[apple/xnu.git] / osfmk / kern / exception.h
index a35895d8b94d11c7c73a9e1472977aa1c8ece6a4..94786e7be806efa44ff534d2e5b7487487c3ae0c 100644 (file)
@@ -49,7 +49,7 @@ struct exception_action {
 };
 
 /* Make an up-call to a thread's exception server */
-extern void exception_triage(
+extern kern_return_t exception_triage(
        exception_type_t        exception,
        mach_exception_data_t   code,
        mach_msg_type_number_t  codeCnt);