summaryrefslogtreecommitdiffstats
path: root/osdep/polldev.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/polldev.h')
-rw-r--r--osdep/polldev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/polldev.h b/osdep/polldev.h
index 50b6db29bc..8593c1e77c 100644
--- a/osdep/polldev.h
+++ b/osdep/polldev.h
@@ -3,5 +3,5 @@
#include <poll.h>
// Behaves like poll(3) but works for device files on macOS.
-// Only supports POLLIN, POLLOUT, and POLLERR.
+// Only supports POLLIN and POLLOUT.
int polldev(struct pollfd fds[], nfds_t nfds, int timeout);