]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct descriptions of EINTR and ERESTART errors. Masked signals don't
authorjhb <jhb@FreeBSD.org>
Fri, 9 Mar 2007 17:52:10 +0000 (17:52 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 9 Mar 2007 17:52:10 +0000 (17:52 +0000)
commitdfba370731e90a76246216f845eee5e1255e27e8
tree804bc796cee0fb219ce9ac600fc460f1bdf947f7
parent0090f876632dab1384a595e9bb4d6b2cca1ef035
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.
share/man/man9/condvar.9