pipe2: fix O_NONBLOCK support on mingw
[pspp] / 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 open
12 stdbool
13 sys_socket
14
15 configure.ac:
16 gl_FCNTL_MODULE_INDICATOR([nonblocking])
17
18 Makefile.am:
19 lib_SOURCES += nonblocking.c
20
21 Include:
22 "nonblocking.h"
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible, Eric Blake