On Sat, Oct 01, 2011 at 10:18:55AM +, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Oct 1 10:18:55 2011
> New Revision: 225894
> URL: http://svn.freebsd.org/changeset/base/225894
>
> Log:
> The sigwait(3) function shall not return EINTR, according to the
> POSIX/SUSvN. The sigwait(
Author: kib
Date: Sat Oct 1 10:18:55 2011
New Revision: 225894
URL: http://svn.freebsd.org/changeset/base/225894
Log:
The sigwait(3) function shall not return EINTR, according to the
POSIX/SUSvN. The sigwait(2) syscall does return EINTR, and libc.so.7
contains the wrapper sigwait(3) which h