Description:
POSIX compatible read() function: read data from a file descriptor

Files:
lib/read.c
m4/read.m4

Depends-on:
unistd

configure.ac:
gl_FUNC_READ
if test $REPLACE_READ = 1; then
  AC_LIBOBJ([read])
fi
gl_UNISTD_MODULE_INDICATOR([read])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
Bruno Haible
