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