Public bug reported:

man epoll_wait states:

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

However, epoll_wait does not return EINTR when the timeout expires, it
simply returns 0 as number of file descriptors, and errno = 0.
This is the correct behaviour (otherwise there would be no way to tell
a signal interruption from a timeout one).

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
epoll_wait man page error
https://bugs.launchpad.net/bugs/480566
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to