summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/quick_exit.3
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2017-11-04C++17 requires quick_exit(3) to be async-signal safe.Konstantin Belousov
2017-05-23quick_exit(3): delete trailing whitespace in licensing tortEnji Cooper
2014-12-13Fix quick_exit(3) manual page to match reality - the status was missing.Edward Tomasz Napierala
2012-07-26Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro.Sergey Kandaurov
2011-12-07Some fixes to the man pages for [at_]quick_exit(3)David Chisnall
2011-12-07Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall