diff options
author | Wayne Zhang <shuowang.zhang@ibm.com> | 2022-06-28 23:42:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 23:42:11 -0400 |
commit | 27eec099d60a3aa8a9e4e14906a6f79f98d1e67f (patch) | |
tree | 3409e32dd2dc892ba9ed889321691566e6f2ddaf /docs/src | |
parent | e3aaff185fa9f48569d61a765c3055894909b2ba (diff) | |
download | libuv-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