mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
283f413fb8
* m4/select.m4: Rename LIB_SELECT to SELECT_LIB. All uses changed. * NEWS: Mention the change.
37 lines
630 B
Plaintext
37 lines
630 B
Plaintext
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:
|
|
$(SELECT_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|