verify: new macro 'assume'
[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 sockets         [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
13 sys_select      [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
14 sys_time        [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
15 errno           [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
16 msvc-nothrow    [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
17
18 configure.ac:
19 gl_FUNC_POLL
20 if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then
21   AC_LIBOBJ([poll])
22   gl_PREREQ_POLL
23 fi
24 gl_POLL_MODULE_INDICATOR([poll])
25
26 Makefile.am:
27
28 Include:
29 <poll.h>
30
31 Link:
32 $(LIB_POLL)
33
34 License:
35 LGPLv2+
36
37 Maintainer:
38 Paolo Bonzini  <bonzini@gnu.org>