]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/assert.h
xnu-6153.81.5.tar.gz
[apple/xnu.git] / osfmk / kern / assert.h
index e6da6c5a3708fa9610e804e493f2e473735484b1..80ca1193ec8f9793474085312a77120208216511 100644 (file)
@@ -70,6 +70,9 @@
 
 __BEGIN_DECLS
 /* Assert error */
+#if !CONFIG_NONFATAL_ASSERTS
+__abortlike
+#endif
 extern void     Assert(
        const char      *file,
        int             line,