summaryrefslogtreecommitdiff
path: root/m4/fcntl-o.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-09-10 13:47:00 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-09-10 13:47:23 -0700
commit6418d7c9619803324fe72e226aa96db3763ca23b (patch)
treeee117b3097cca34228f4292e3fa1ecfb5c7f0560 /m4/fcntl-o.m4
parent58db8531e5a2544ce6ef1ccb370f67ff97901381 (diff)
downloadgnulib-6418d7c9619803324fe72e226aa96db3763ca23b.tar.gz
Fix typo in previous patch: 1 -> 4.
Diffstat (limited to 'm4/fcntl-o.m4')
-rw-r--r--m4/fcntl-o.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/fcntl-o.m4 b/m4/fcntl-o.m4
index a413810e03..740e78b681 100644
--- a/m4/fcntl-o.m4
+++ b/m4/fcntl-o.m4
@@ -58,7 +58,7 @@ AC_DEFUN([gl_FCNTL_O_FLAGS],
if (fd >= 0)
{
close (fd);
- result |= 1;
+ result |= 4;
}
}
if (unlink (sym) != 0 || symlink (".", sym) != 0)