summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-01-25 22:06:16 -0700
committerEric Blake <eblake@redhat.com>2011-01-26 10:05:43 -0700
commitfc12f35ab10cca4dc698ddee31b5e2bbeeb54167 (patch)
tree2485156dfb6f291381f5ae241445a05b8911b3a3 /ChangeLog
parent01523ab68d2ce6ad7a0dc7f22c3b7063f3cead74 (diff)
downloadgnulib-fc12f35ab10cca4dc698ddee31b5e2bbeeb54167.tar.gz
fcntl: work around Haiku F_DUPFD bugs
* m4/fcntl.m4 (gl_FUNC_FCNTL): Also catch Haiku errno bug. * lib/fcntl.c (rpl_fcntl) [F_DUPFD]: Work around Haiku losing cloexec bit on duplication. * doc/posix-functions/fcntl.texi (fcntl): Document the bug. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6700ecf9e..4528062279 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-26 Eric Blake <eblake@redhat.com>
+
+ fcntl: work around Haiku F_DUPFD bugs
+ * m4/fcntl.m4 (gl_FUNC_FCNTL): Also catch Haiku errno bug.
+ * lib/fcntl.c (rpl_fcntl) [F_DUPFD]: Work around Haiku losing
+ cloexec bit on duplication.
+ * doc/posix-functions/fcntl.texi (fcntl): Document the bug.
+
2011-01-26 Bruno Haible <bruno@clisp.org>
Enable memory leak tests on AIX.