Mercurial > hg > octave-kai > gnulib-hg
view modules/read @ 16002:3ea89d2bf5ad
fstat: Tweak documentation.
* modules/fstat (Description): More precise description.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 28 Oct 2011 00:29:04 +0200 |
parents | 05e615abe919 |
children |
line wrap: on
line source
Description: POSIX compatible read() function: read data from a file descriptor Files: lib/read.c m4/read.m4 Depends-on: unistd msvc-inval [test $REPLACE_READ = 1] msvc-nothrow [test $REPLACE_READ = 1] configure.ac: gl_FUNC_READ if test $REPLACE_READ = 1; then AC_LIBOBJ([read]) gl_PREREQ_READ fi gl_UNISTD_MODULE_INDICATOR([read]) Makefile.am: Include: <unistd.h> License: LGPLv2+ Maintainer: Bruno Haible