Comment 3 for bug 480566

Revision history for this message
Angelo Borsotti (angelo-borsotti) wrote : Re: [Bug 480566] Re: epoll_wait man page error

Hi Michael.

the correct text should be:

EINTR The call was interrupted by a signal handler before any of the
             requested events occurred; see signal(7).

The issue is that EINTR is not returned when the timeout expires, but only
when one of the events occur.

-Angelo