blob: fd3529315c6097a3cc58e956b64c995d16b9d7c6 (
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
36
|
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
gl_CONDITIONAL([GL_COND_OBJ_SELECT], [test $REPLACE_SELECT = 1])
gl_SYS_SELECT_MODULE_INDICATOR([select])
Makefile.am:
if GL_COND_OBJ_SELECT
lib_SOURCES += select.c
endif
Include:
<sys/select.h>
Link:
$(LIB_SELECT)
License:
LGPLv2+
Maintainer:
Simon Josefsson
|