summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-poll.h
Commit message (Collapse)AuthorAgeFilesLines
* expose POLLHUP and POLLNVAL for netcat.cDamien Miller2015-08-211-2/+2
|
* - (dtucker) [atomicio.c configure.ac openbsd-compat/Makefile.inDarren Tucker2007-06-251-0/+61
openbsd-compat/bsd-poll.{c,h} openbsd-compat/openbsd-compat.h] Add an implementation of poll() built on top of select(2). Code from OpenNTPD with changes suggested by djm. ok djm@