On Wed, 2004-11-10 at 01:06 -0500, Colin Walters wrote:
> I actually saw an "Interrupted system call" error in the check, this
> should fix it.
>
The man page is on the crack apparently...
EINTR if WNOHANG was not set and an unblocked signal or a
SIGCHLD was
caught.
Maybe needs a libc bug report? Though I see no harm in dbus being
paranoid about it.
Havoc