Merge commit 'snapstart' into stable
[gnulib.git] / modules / nonblocking
1 Description:
2 Read, set or clear the non-blocking file descriptor flag.
3
4 Files:
5 lib/nonblocking.c
6 lib/nonblocking.h
7
8 Depends-on:
9 fcntl-h
10 ioctl
11 stdbool
12 sys_socket
13
14 configure.ac:
15
16 Makefile.am:
17 lib_SOURCES += nonblocking.c
18
19 Include:
20 "nonblocking.h"
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Bruno Haible, Eric Blake