d72595583735f6695eb408a5b2e10ac9a9267871
[gnulib.git] / modules / read
1 Description:
2 POSIX compatible read() function: read data from a file descriptor
3
4 Files:
5 lib/read.c
6 m4/read.m4
7
8 Depends-on:
9 unistd
10 msvc-nothrow    [test $REPLACE_READ = 1]
11
12 configure.ac:
13 gl_FUNC_READ
14 if test $REPLACE_READ = 1; then
15   AC_LIBOBJ([read])
16 fi
17 gl_UNISTD_MODULE_INDICATOR([read])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible