aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/polldev.c
Commit message (Collapse)AuthorAge
* osdep: add poll shim for macOSGravatar Drew DeVault2017-12-09
This implements a poll-compatible interface, backed by select on macOS, suitable for polling on device files - which are not supported by macOS's implementation of poll. This is a (long-standing) bug in macOS, so hopefully we can eventually remove this shim.