2 poll() function: wait for some event on a set of file descriptors.
10 alloca [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
11 select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
12 sys_select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
13 sys_time [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
14 errno [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
18 if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then
22 gl_POLL_MODULE_INDICATOR([poll])
33 Paolo Bonzini <bonzini@gnu.org>