pipe-posix: new module
authorEric Blake <eblake@redhat.com>
Fri, 10 Dec 2010 22:18:38 +0000 (15:18 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 10 Dec 2010 22:42:08 +0000 (15:42 -0700)
commite2f1471b021a285916339a73bc12c6b44dbf9a76
treecb5e67bf0c23e2b9cb3b421cdf6414377807212a
parent0de2016ec335422b91764e2c1430d37c5eb47874
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>
ChangeLog
MODULES.html.sh
doc/posix-functions/pipe.texi
lib/unistd.in.h
m4/unistd_h.m4
modules/pipe-posix [new file with mode: 0644]
modules/unistd