string-buffer tests: Avoid test failure on native Windows.
[gnulib.git] / modules / pipe-posix
blobaaf19c2bf13a9c1e0b3ef9dcb47bcfba9e4639d1
1 Description:
2 pipe() function: Creation of a pipe.
4 Files:
5 lib/pipe.c
6 m4/pipe.m4
8 Depends-on:
9 unistd
11 configure.ac:
12 gl_FUNC_PIPE
13 gl_CONDITIONAL([GL_COND_OBJ_PIPE], [test $HAVE_PIPE = 0])
14 gl_UNISTD_MODULE_INDICATOR([pipe])
16 Makefile.am:
17 if GL_COND_OBJ_PIPE
18 lib_SOURCES += pipe.c
19 endif
21 Include:
22 <unistd.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Eric Blake