aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorWayne Zhang <shuowang.zhang@ibm.com>2022-06-28 23:42:11 -0400
committerGitHub <noreply@github.com>2022-06-28 23:42:11 -0400
commit27eec099d60a3aa8a9e4e14906a6f79f98d1e67f (patch)
tree3409e32dd2dc892ba9ed889321691566e6f2ddaf /docs/src
parente3aaff185fa9f48569d61a765c3055894909b2ba (diff)
downloadlibuv-27eec099d60a3aa8a9e4e14906a6f79f98d1e67f.tar.gz
libuv-27eec099d60a3aa8a9e4e14906a6f79f98d1e67f.zip
zos: fix early exit of epoll_wait() (#3653)
This fixes an early exit bug in z/OS implementation of epoll_wait(), resulting in some file events not being correctly captured. The problem is that reventcount should only be incremented by 1, because _NFDS counts as 1 even for fds with multiple revents set. Also makes a few minor improvements to remove redundant checks. Co-authored-by: Igor Todorovski <itodorov@ca.ibm.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions