mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/sys_time-h: Renamed from modules/sys_time. * modules/sys_time-h-tests: Renamed from modules/sys_time-tests. * modules/sys_time-h-c++-tests: Renamed from modules/sys_time-c++-tests. * tests/test-sys_time-h.c: Renamed from tests/test-sys_time.c. * tests/test-sys_time-h-c++.cc: Renamed from tests/test-sys_time-c++.cc. * doc/posix-headers/sys_time.texi: Update. * modules/* (Depends-on): Update. * modules/sys_time: New file.
38 lines
662 B
Plaintext
38 lines
662 B
Plaintext
Description:
|
|
select() function: synchronous I/O multiplexing.
|
|
|
|
Files:
|
|
lib/select.c
|
|
m4/select.m4
|
|
|
|
Depends-on:
|
|
sys_select-h
|
|
alloca [test $REPLACE_SELECT = 1]
|
|
dup2 [test $REPLACE_SELECT = 1]
|
|
sockets [test $REPLACE_SELECT = 1]
|
|
sys_time-h [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])
|
|
gl_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
|