summaryrefslogtreecommitdiff
path: root/modules/pselect
blob: 36037a59b3061a2b5ee2fb88a2d1270077760a42 (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:
pselect() function: synchronous I/O multiplexing.

Files:
lib/pselect.c
m4/pselect.m4

Depends-on:
sys_select
pthread_sigmask [test $HAVE_PSELECT = 0 || test $REPLACE_PSELECT = 1]
select          [test $HAVE_PSELECT = 0 || test $REPLACE_PSELECT = 1]
dup2            [test $REPLACE_PSELECT = 1]

configure.ac:
gl_FUNC_PSELECT
gl_CONDITIONAL([GL_COND_OBJ_PSELECT],
               [test $HAVE_PSELECT = 0 || test $REPLACE_PSELECT = 1])
gl_SYS_SELECT_MODULE_INDICATOR([pselect])

Makefile.am:
if GL_COND_OBJ_PSELECT
lib_SOURCES += pselect.c
endif

Include:
<sys/select.h>

Link:
$(SELECT_LIB)
$(PTHREAD_SIGMASK_LIB)

License:
LGPLv2+

Maintainer:
Paul Eggert, Jim Meyering