Move the poll() call outside the #ifdef checking for ppoll, since we want the poll...
authorLennart Poettering <lennart@poettering.net>
Fri, 28 Sep 2007 13:00:35 +0000 (13:00 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 28 Sep 2007 13:00:35 +0000 (13:00 +0000)
commit229afb5e2dca2ea4cf8e5f48268cd9c419ea6f4b
tree498505a14a075dd51f8b50d8c3c29ba2526b347e
parentf8c17861b8e528909b2d14641a2cd362fd7c4f8f
Move the poll() call outside the #ifdef checking for ppoll, since we want the poll in all cases. Prior to this change the check for negative return values of poll/ppoll was never actually executed when ppoll() was available

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1915 fefdeb5f-60dc-0310-8127-8f9354f1896f
src/pulsecore/rtpoll.c