summaryrefslogtreecommitdiff
path: root/modules/pipe2
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-24 00:42:22 +0200
committerBruno Haible <bruno@clisp.org>2009-08-24 00:51:43 +0200
commitb23a8463848dff32b7247e648dd89d8283c82c02 (patch)
treee1a76d8b53d8d0b5f34c966cffef598dd4539cd9 /modules/pipe2
parentc794f07135a841322588b962c298469ac367468d (diff)
downloadgnulib-b23a8463848dff32b7247e648dd89d8283c82c02.tar.gz
Tolerate declared but missing pipe2 syscall.
Diffstat (limited to 'modules/pipe2')
-rw-r--r--modules/pipe21
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pipe2 b/modules/pipe2
index 9117e73adf..036d8730b6 100644
--- a/modules/pipe2
+++ b/modules/pipe2
@@ -15,6 +15,7 @@ gl_FUNC_PIPE2
gl_UNISTD_MODULE_INDICATOR([pipe2])
Makefile.am:
+lib_SOURCES += pipe2.c
Include:
<unistd.h>