29 lines
346 B
Plaintext
29 lines
346 B
Plaintext
Description:
|
|
pipe() function: Creation of a pipe.
|
|
|
|
Files:
|
|
lib/pipe.c
|
|
m4/pipe.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FUNC_PIPE
|
|
gl_CONDITIONAL([GL_COND_OBJ_PIPE], [test $HAVE_PIPE = 0])
|
|
gl_UNISTD_MODULE_INDICATOR([pipe])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_PIPE
|
|
lib_SOURCES += pipe.c
|
|
endif
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|