X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/osfmk/kern/assert.h?ds=sidebyside diff --git a/osfmk/kern/assert.h b/osfmk/kern/assert.h index e6da6c5a3..80ca1193e 100644 --- a/osfmk/kern/assert.h +++ b/osfmk/kern/assert.h @@ -70,6 +70,9 @@ __BEGIN_DECLS /* Assert error */ +#if !CONFIG_NONFATAL_ASSERTS +__abortlike +#endif extern void Assert( const char *file, int line,