summaryrefslogtreecommitdiff
path: root/modules/pipe2
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-22 18:46:44 +0200
committerBruno Haible <bruno@clisp.org>2009-08-22 18:50:21 +0200
commit7988d7308a32406577a1aa05d1a3070b4c3630d4 (patch)
tree9d19c1c8c5e6c4b3bf0e5ba1b2acc1fd20c368cd /modules/pipe2
parent37b2d8827b7843be372de257960a2b9a1a1877d7 (diff)
downloadgnulib-7988d7308a32406577a1aa05d1a3070b4c3630d4.tar.gz
New module 'pipe2'.
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