summaryrefslogtreecommitdiff
path: root/src/exit/abort.c
AgeCommit message (Expand)AuthorLines
2020-10-14move __abort_lock to its own file and drop pointless weak_alias trickRich Felker-2/+0
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker-1/+1
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker-2/+1
2018-09-01always terminate by SIGABRT when abort is calledRich Felker-0/+19
2016-07-03improve abort fallback behavior when raising SIGABRT fails to terminateRich Felker-1/+5
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker-1/+1
2012-06-02ensure that abort always worksRich Felker-0/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+8