summaryrefslogtreecommitdiff
path: root/compat/poll
Commit message (Expand)AuthorAgeFilesLines
* compat/poll: sleep 1 millisecond to avoid busy waittl/relax-in-poll-emulationTheodore Leblond2014-04-291-1/+1
* Windows: do not redefine _WIN32_WINNTkb/msvc-compileSebastian Schuberth2013-09-111-1/+1
* compat/poll/poll.c: Fix a sparse warningRamsay Jones2013-04-281-1/+1
* make poll() work on platforms that can't recv() on a non-socketJoachim Schmitz2012-09-171-0/+4
* poll() exits too early with EFAULT if 1st arg is NULLJoachim Schmitz2012-09-171-1/+1
* fix some win32 specific dependencies in poll.cJoachim Schmitz2012-09-171-2/+6
* make poll available for other platforms lacking itJoachim Schmitz2012-09-172-0/+659