summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-15 15:08:25 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-15 15:11:57 -0800
commit4db8db34112b86ddf8bac48f16b5acff732b5fa9 (patch)
tree2982c055e5604bf8b0bf55d83fefdc0613592f49 /ChangeLog
parent84a660073387dea8bd00eec7bd43b77d0681055e (diff)
downloadgnulib-4db8db34112b86ddf8bac48f16b5acff732b5fa9.tar.gz
lseek: port around macOS SEEK_DATA glitch
Problem reported by Sudhip Nashi (Bug#51857). * doc/posix-functions/lseek.texi (lseek): Mention macOS SEEK_DATA issue. * lib/lseek.c (rpl_lseek): Work around macOS portability glitch. * m4/lseek.m4 (gl_FUNC_LSEEK): Replace lseek on Darwin. * modules/lseek (Depends-on): Depend on msvc-nothrow and fstat only if needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f47071a72d..71a2265706 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2021-11-15 Paul Eggert <eggert@cs.ucla.edu>
+
+ lseek: port around macOS SEEK_DATA glitch
+ Problem reported by Sudhip Nashi (Bug#51857).
+ * doc/posix-functions/lseek.texi (lseek): Mention macOS SEEK_DATA
+ issue.
+ * lib/lseek.c (rpl_lseek): Work around macOS portability glitch.
+ * m4/lseek.m4 (gl_FUNC_LSEEK): Replace lseek on Darwin.
+ * modules/lseek (Depends-on): Depend on msvc-nothrow
+ and fstat only if needed.
+
2021-11-11 Fabrice Fontaine <fontaine.fabrice@gmail.com> (tiny change)
sigsegv: fix builds on microblazeel, or1k