view modules/select @ 40181:4edc083b6693

Add script for running tests under valgrind. * build-aux/run-test: New file, from GNU libunistring. * doc/valgrind-tests.texi: Rewritten to mention alternative approaches as well.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Feb 2019 22:35:38 +0100
parents e71d6495bb31
children
line wrap: on
line source

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
if test $REPLACE_SELECT = 1; then
  AC_LIBOBJ([select])
fi
gl_SYS_SELECT_MODULE_INDICATOR([select])

Makefile.am:

Include:
<sys/select.h>

Link:
$(LIB_SELECT)

License:
LGPLv2+

Maintainer:
Simon Josefsson