Fix Changelog typo.
[gnulib.git] / modules / nonblocking
blobb4ddb78f818b1da3ad2bc05d85c4f96a31e6bfda
1 Description:
2 Read, set or clear the non-blocking file descriptor flag.
4 Files:
5 lib/nonblocking.h
6 lib/nonblocking.c
7 m4/nonblocking.m4
8 lib/stdio-read.c
9 lib/stdio-write.c
10 m4/asm-underscore.m4
12 Depends-on:
13 fcntl-h
14 ioctl
15 msvc-nothrow
16 stdbool
17 stdio
18 sys_socket
19 unistd
21 configure.ac:
22 gl_NONBLOCKING_IO
23 gl_FCNTL_MODULE_INDICATOR([nonblocking])
24 dnl Define the C macro GNULIB_NONBLOCKING to 1.
25 gl_MODULE_INDICATOR([nonblocking])
26 dnl Define the substituted variable GNULIB_STDIO_H_NONBLOCKING to 1.
27 gl_STDIO_H_REQUIRE_DEFAULTS
28 AC_REQUIRE([gl_ASM_SYMBOL_PREFIX])
29 gl_MODULE_INDICATOR_INIT_VARIABLE([GNULIB_STDIO_H_NONBLOCKING], [1])
30 dnl Define the substituted variable GNULIB_UNISTD_H_NONBLOCKING to 1.
31 gl_UNISTD_H_REQUIRE_DEFAULTS
32 gl_MODULE_INDICATOR_INIT_VARIABLE([GNULIB_UNISTD_H_NONBLOCKING], [1])
34 Makefile.am:
35 lib_SOURCES += nonblocking.c
37 Include:
38 "nonblocking.h"
40 License:
41 LGPLv2+
43 Maintainer:
44 Eric Blake