10063 basic support for smatch
[unleashed.git] / usr / src / tools / smatch / src / smatch_data / illumos_user.no_return_funcs
blob730326547b2b45803f1979e500dcfaa7d27587ab
1 /*
2  * These functions don't return.  Unfortunately, sparse today doesn't correctly
3  * respect __NORETURN, so we have to explicitly list them here for now.
4  */
5 __assert_fail
6 __builtin_unreachable
7 abort
8 ctfmerge_fatal
9 err
10 errx
11 _exit
12 exit
13 _longjmp
14 longjmp
15 pthread_exit
16 reparsed_door_call_error
17 siglongjmp
18 terminate
19 thr_exit
20 verr
21 verrx