X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffcntl-o.m4;h=87cc4bd2ddbd4c37aad828c31b38b95149c8fe11;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=a413810e033d1484d315395d8a6108bdf5990c0b;hpb=58db8531e5a2544ce6ef1ccb370f67ff97901381;p=gnulib.git diff --git a/m4/fcntl-o.m4 b/m4/fcntl-o.m4 index a413810e0..87cc4bd2d 100644 --- a/m4/fcntl-o.m4 +++ b/m4/fcntl-o.m4 @@ -1,5 +1,5 @@ # fcntl-o.m4 serial 4 -dnl Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -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)