about summary refs log tree commit diff
path: root/src/exit/abort.c
Commit message (Expand)AuthorAgeFilesLines
* move __abort_lock to its own file and drop pointless weak_alias trickRich Felker2020-10-141-2/+0
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-1/+1
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-2/+1
* always terminate by SIGABRT when abort is calledRich Felker2018-09-011-0/+19
* improve abort fallback behavior when raising SIGABRT fails to terminateRich Felker2016-07-031-1/+5
* add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker2012-09-061-1/+1
* ensure that abort always worksRich Felker2012-06-021-0/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+8