Merge branch 'upstream' into stable
[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
11 select
12 sys_select
13 sys_time
14 errno
15
16 configure.ac:
17 gl_FUNC_POLL
18 gl_POLL_MODULE_INDICATOR([poll])
19
20 Makefile.am:
21
22 Include:
23 <poll.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Paolo Bonzini  <bonzini@gnu.org>