]> granicus.if.org Git - libevent/commit
Suppress a spurious EPERM warning in epoll.c
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Jul 2010 18:41:02 +0000 (14:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Jul 2010 18:41:02 +0000 (14:41 -0400)
commite73cbde15f7fe71649c2d9783a03a805edc10027
treebdffacbe844d02f6ef45bf8df52ca6398e788bbc
parent61e1eeec6f914a0c00955e7f376f17010446c78e
Suppress a spurious EPERM warning in epoll.c

It's okay for us to get an EPERM when doing an EPOLL_DEL on an fd; it
just means that before we got a chance to the EPOLL_DEL, we closed the
fd and reopened a new non-socket that wound up having the same fd.

Partial fix for Bug 3019973.
epoll.c