commit | 9bf72506a091c4acbd8b2dc34e876a01ed3f2bfe | [log] [tgz] |
---|---|---|
author | Guy Harris <[email protected]> | Sat Jan 20 11:21:44 2018 -0800 |
committer | Guy Harris <[email protected]> | Sat Jan 20 11:21:44 2018 -0800 |
tree | e5f6df2b6cb8a7108d4ab3332ae1f6c79f8d0dfe | |
parent | 0f69ec44959452bfa2653361442f07efa3ab927f [diff] |
Use the right name for calls to wait for events. For the epoll mechanism, the call to wait for events is epoll_wait() (and epoll_pwait()); for the kqueue mechanism, the call to wait for events is kevent() (and additional calls in Darwin-based systems).