summaryrefslogtreecommitdiff
path: root/modules/select
blob: 28c89ee9c123b97a7840f592b98482c7951c186f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Description:
select() function: synchronous I/O multiplexing.

Files:
lib/select.c
m4/select.m4

Depends-on:
sys_select
alloca          [test $REPLACE_SELECT = 1]
dup2            [test $REPLACE_SELECT = 1]
sockets         [test $REPLACE_SELECT = 1]
sys_time        [test $REPLACE_SELECT = 1]
msvc-nothrow    [test $REPLACE_SELECT = 1]

configure.ac:
gl_FUNC_SELECT
if test $REPLACE_SELECT = 1; then
  AC_LIBOBJ([select])
fi
gl_SYS_SELECT_MODULE_INDICATOR([select])

Makefile.am:

Include:
<sys/select.h>

Link:
$(LIB_SELECT)

License:
LGPLv2+

Maintainer:
Simon Josefsson