CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/22 22:44:41
Modified files:
lib/libc/stdlib: system.c
Log message:
Loop the waitpid() on EINTR, and save and restore the disposition of
SIGINT and SIGQUIT with sigaction() instead of signal() so that all bits
are preserved.
ok deraadt@ millert@
