gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / select
blob213fb78656cf121b1f2a6c7623c951b43e0f3a72
1 Description:
2 select() function: synchronous I/O multiplexing.
4 Files:
5 lib/select.c
6 m4/select.m4
8 Depends-on:
9 sys_select
10 alloca          [test $REPLACE_SELECT = 1]
11 dup2            [test $REPLACE_SELECT = 1]
12 sockets         [test $REPLACE_SELECT = 1]
13 sys_time        [test $REPLACE_SELECT = 1]
14 msvc-nothrow    [test $REPLACE_SELECT = 1]
16 configure.ac:
17 gl_FUNC_SELECT
18 gl_CONDITIONAL([GL_COND_OBJ_SELECT], [test $REPLACE_SELECT = 1])
19 gl_SYS_SELECT_MODULE_INDICATOR([select])
21 Makefile.am:
22 if GL_COND_OBJ_SELECT
23 lib_SOURCES += select.c
24 endif
26 Include:
27 <sys/select.h>
29 Link:
30 $(SELECT_LIB)
32 License:
33 LGPLv2+
35 Maintainer:
36 Simon Josefsson