K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-03-09T17:52:10.000000Z K 7 svn:log V 257 Correct descriptions of EINTR and ERESTART errors. Masked signals don't interrupt sleeps. Rather, unmasked signals interrupt restarts and can either interrupt the system call by having it return EINTR in userland or force the system call to be restarted. END