mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
26 lines
293 B
Plaintext
26 lines
293 B
Plaintext
Description:
|
|
select() function: synchronous I/O multiplexing.
|
|
|
|
Files:
|
|
lib/select.c
|
|
m4/select.m4
|
|
|
|
Depends-on:
|
|
alloca
|
|
sys_select
|
|
|
|
configure.ac:
|
|
gl_FUNC_SELECT
|
|
gl_SYS_SELECT_MODULE_INDICATOR([select])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#include <sys/select.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|