summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/quick_exit.c
AgeCommit message (Expand)Author
2023-09-26libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-04C++17 requires quick_exit(3) to be async-signal safe.Konstantin Belousov
2011-12-15Small style(9) improvements.David Chisnall
2011-12-07style(9) cleanups.David Chisnall
2011-12-07Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall