summaryrefslogtreecommitdiff
path: root/modules/pipe2
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pipe2')
-rw-r--r--modules/pipe226
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/pipe2 b/modules/pipe2
new file mode 100644
index 0000000000..90a0d127e6
--- /dev/null
+++ b/modules/pipe2
@@ -0,0 +1,26 @@
+Description:
+pipe2() function: create a pipe, with specific opening flags.
+
+Files:
+lib/pipe2.c
+m4/pipe2.m4
+
+Depends-on:
+unistd
+fcntl
+binary-io
+
+configure.ac:
+gl_FUNC_PIPE2
+gl_UNISTD_MODULE_INDICATOR([pipe2])
+
+Makefile.am:
+
+Include:
+<unistd.h>
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible, Eric Blake