summaryrefslogtreecommitdiffstats
path: root/osdep/polldev.c
Commit message (Collapse)AuthorAgeFilesLines
* osdep: add poll shim for macOSDrew DeVault2017-12-091-0/+75
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.