summaryrefslogtreecommitdiff
path: root/modules/nonblocking
blob: b4ddb78f818b1da3ad2bc05d85c4f96a31e6bfda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Description:
Read, set or clear the non-blocking file descriptor flag.

Files:
lib/nonblocking.h
lib/nonblocking.c
m4/nonblocking.m4
lib/stdio-read.c
lib/stdio-write.c
m4/asm-underscore.m4

Depends-on:
fcntl-h
ioctl
msvc-nothrow
stdbool
stdio
sys_socket
unistd

configure.ac:
gl_NONBLOCKING_IO
gl_FCNTL_MODULE_INDICATOR([nonblocking])
dnl Define the C macro GNULIB_NONBLOCKING to 1.
gl_MODULE_INDICATOR([nonblocking])
dnl Define the substituted variable GNULIB_STDIO_H_NONBLOCKING to 1.
gl_STDIO_H_REQUIRE_DEFAULTS
AC_REQUIRE([gl_ASM_SYMBOL_PREFIX])
gl_MODULE_INDICATOR_INIT_VARIABLE([GNULIB_STDIO_H_NONBLOCKING], [1])
dnl Define the substituted variable GNULIB_UNISTD_H_NONBLOCKING to 1.
gl_UNISTD_H_REQUIRE_DEFAULTS
gl_MODULE_INDICATOR_INIT_VARIABLE([GNULIB_UNISTD_H_NONBLOCKING], [1])

Makefile.am:
lib_SOURCES += nonblocking.c

Include:
"nonblocking.h"

License:
LGPLv2+

Maintainer:
Eric Blake