aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/quick_exit.c
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* C++17 requires quick_exit(3) to be async-signal safe.Konstantin Belousov2017-11-041-1/+6
* Small style(9) improvements.David Chisnall2011-12-151-2/+4
* style(9) cleanups.David Chisnall2011-12-071-10/+7
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall2011-12-071-0/+81