symlinkat: Fix documentation.
[gnulib.git] / modules / select
1 Description:
2 select() function: synchronous I/O multiplexing.
3
4 Files:
5 lib/select.c
6 m4/select.m4
7
8 Depends-on:
9 alloca
10 sockets
11 sys_select
12
13 configure.ac:
14 gl_FUNC_SELECT
15 gl_SYS_SELECT_MODULE_INDICATOR([select])
16
17 Makefile.am:
18
19 Include:
20 <sys/select.h>
21
22 Link:
23 $(LIBSOCKET)
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Simon Josefsson