CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/19 02:55:22
Modified files:
lib/libc/gen : signal.3
lib/libc/sys : sigaction.2
Log message:
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
