musl/src/exit
rofl0r 2c1f8fd5da __assert_fail(): remove _Noreturn, to get proper stacktraces
for _Noreturn functions, gcc generates code that trashes the
stack frame, and so it makes it impossible to inspect the causes
of an assert error in gdb.

abort() is not affected (i have not yet investigated why).
2013-01-04 20:36:34 +01:00
..
_Exit.c further use of _Noreturn, for non-plain-C functions 2012-09-06 23:34:10 -04:00
abort.c add _Noreturn function attribute, with fallback for pre-C11 GNUC 2012-09-06 23:12:27 -04:00
assert.c __assert_fail(): remove _Noreturn, to get proper stacktraces 2013-01-04 20:36:34 +01:00
at_quick_exit.c add c11 quick_exit and at_quick_exit functions 2012-08-25 22:49:47 -04:00
atexit.c fix bug whereby most atexit-registered functions got skipped 2012-08-19 20:48:16 -04:00
exit.c add _Noreturn function attribute, with fallback for pre-C11 GNUC 2012-09-06 23:12:27 -04:00
quick_exit.c add _Noreturn function attribute, with fallback for pre-C11 GNUC 2012-09-06 23:12:27 -04:00