| Submitter | Michael Roth |
|---|---|
| Date | Dec. 3, 2012, 10:08 p.m. |
| Message ID | <1354572547-21271-26-git-send-email-mdroth@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/203502/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index 199a89b..bc95158 100755 --- a/configure +++ b/configure @@ -2389,8 +2389,7 @@ cat > $TMPC << EOF int main(void) { int pipefd[2]; - pipe2(pipefd, O_CLOEXEC); - return 0; + return pipe2(pipefd, O_CLOEXEC); } EOF if compile_prog "" "" ; then