Document that abort() is async signal safe now that it doesn't flush
authormatthew <matthew@openbsd.org>
Sat, 19 Jul 2014 08:55:22 +0000 (08:55 +0000)
committermatthew <matthew@openbsd.org>
Sat, 19 Jul 2014 08:55:22 +0000 (08:55 +0000)
commiteb185aa8846bcbcf2fd61b6d629c04789a87b095
treeade4c40454a4fe69717c51ec7b657b4b1af17693
parentd3b0cf47ceca15444b848ce93746cba08bf90df0
Document that abort() is async signal safe now that it doesn't flush
stdio buffers

While here replace "SUSv[67]" with "POSIX Issue [67]" and update
signal(3) to mention that pselect() and ppoll() are async signal safe
like sigaction(2) already does.

ok guenther
lib/libc/gen/signal.3
lib/libc/sys/sigaction.2