Mercurial > hg > octave-nkf > gnulib-hg
view modules/pipe-posix @ 13923:ec0a7deeb2de
pipe-posix: new module
* modules/pipe-posix: New file.
* m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set default.
(gl_UNISTD_H): Check for declaration.
* modules/unistd (Makefile.am): Substitute it.
* lib/unistd.in.h (pipe): Provide it for mingw.
* doc/posix-functions/pipe.texi (pipe): Update documentation.
* MODULES.html.sh (File descriptor based Input/Output): Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Fri, 10 Dec 2010 15:18:38 -0700 |
parents | |
children | 29a686188651 |
line wrap: on
line source
Description: Creation of a pipe. Files: Depends-on: unistd configure.ac: AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) gl_UNISTD_MODULE_INDICATOR([pipe]) Makefile.am: Include: <unistd.h> License: LGPLv2+ Maintainer: Eric Blake