]> git.ipfire.org Git - thirdparty/man-pages.git/commit
epoll_ctl.2: BUGS: EPOLLWAKEUP is silently ignored without CAP_BLOCK_SUSPEND
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 7 Jul 2014 06:39:22 +0000 (08:39 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 7 Jul 2014 07:07:18 +0000 (09:07 +0200)
commit8ab32b4785eaa4d4248b2e69fff89d4b6538929c
treefc4837e52cdfeb7df5aa0c6921cb9a82a76f9926
parentd3695ae2c75314b8cb043d35e2aad6085e4403c8
epoll_ctl.2: BUGS: EPOLLWAKEUP is silently ignored without CAP_BLOCK_SUSPEND

If the caller does not have CAP_BLOCK_SUSPEND, then EPOLLWAKEUP
is silently ignored.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/epoll_ctl.2