aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/quick_exit.3
Commit message (Expand)AuthorAgeFilesLines
* C++17 requires quick_exit(3) to be async-signal safe.Konstantin Belousov2017-11-041-1/+12
* quick_exit(3): delete trailing whitespace in licensing tortEnji Cooper2017-05-231-3/+3
* Fix quick_exit(3) manual page to match reality - the status was missing.Edward Tomasz Napierala2014-12-131-2/+2
* Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro.Sergey Kandaurov2012-07-261-1/+2
* Some fixes to the man pages for [at_]quick_exit(3)David Chisnall2011-12-071-7/+9
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall2011-12-071-0/+55