You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 57243b3021 fix atexit when it is called from an atexit handler 11 years ago
..
_Exit.c further use of _Noreturn, for non-plain-C functions 14 years ago
abort.c add _Noreturn function attribute, with fallback for pre-C11 GNUC 14 years ago
assert.c __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
at_quick_exit.c make all objects used with atomic operations volatile 11 years ago
atexit.c fix atexit when it is called from an atexit handler 11 years ago
exit.c remove useless infinite loop from end of exit function 12 years ago
quick_exit.c remove useless synchronization in exit and quick_exit 12 years ago