Added bootstrap/configure option to force pselect
authorTobias Hieta <tobias@plexapp.com>
Thu, 23 May 2013 13:12:53 +0000 (13:12 +0000)
committerTobias Hieta <tobias@plexapp.com>
Thu, 23 May 2013 13:12:53 +0000 (13:12 +0000)
commit4db8e5ddf0c941616842d2a6e947477145f84783
tree14ec736f29c8565cd2218ea48f40cb1b35d73f0e
parent082d0bebf627331d618ec712f1aa131f76a3722a
Added bootstrap/configure option to force pselect

All modern Linux kernels have ppoll() but sometimes
you might want to compile on something ancient.

This patch adds the possibility to force the use
of pselect() instead by passing --force-pselect
to bootstrap/configure.

The use of ppoll() is still default for Linux
and OpenBSD
bootstrap.py
configure.py
src/subprocess-posix.cc