unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / poll
blobd423310796fcc8f60567cf58d80681c2913ff588
1 Description:
2 poll() function: wait for some event on a set of file descriptors.
4 Files:
5 lib/poll.c
6 m4/poll.m4
8 Depends-on:
9 poll-h
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]
20 configure.ac:
21 gl_FUNC_POLL
22 gl_CONDITIONAL([GL_COND_OBJ_POLL],
23                [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1])
24 AM_COND_IF([GL_COND_OBJ_POLL], [
25   gl_PREREQ_POLL
27 gl_POLL_MODULE_INDICATOR([poll])
29 Makefile.am:
30 if GL_COND_OBJ_POLL
31 lib_SOURCES += poll.c
32 endif
34 Include:
35 <poll.h>
37 Link:
38 $(POLL_LIB)
40 License:
41 LGPLv2+
43 Maintainer:
44 Paolo Bonzini  <bonzini@gnu.org>