aboutsummaryrefslogtreecommitdiffstats
path: root/macpoll.h
Commit message (Collapse)AuthorAgeFilesLines
* MacOS port.Kaz Kylheku2023-06-081-0/+2
- The poll function is broken on Darwin (won't handle devices). We make a macpoll out of select and use that. - Makefile adds _D_DARWIN_C_SOURCE to CFLAGS.