* lib/xalloc.h (DEFAULT_MXFAST): Track 64-bit glibc.
[gnulib.git] / modules / poll
1 Description:
2 poll() function: wait for some event on a set of file descriptors.
3
4 Files:
5 lib/poll.c
6 m4/poll.m4
7
8 Depends-on:
9 poll-h
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]
15
16 configure.ac:
17 gl_FUNC_POLL
18 if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then
19   AC_LIBOBJ([poll])
20   gl_PREREQ_POLL
21 fi
22 gl_POLL_MODULE_INDICATOR([poll])
23
24 Makefile.am:
25
26 Include:
27 <poll.h>
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Paolo Bonzini  <bonzini@gnu.org>