Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | osdep: add poll shim for macOS | Drew DeVault | 2017-12-09 | 1 | -0/+7 |
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. |