summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-08-19 09:08:05 +0000
committerBruno Haible <bruno@clisp.org>2007-08-19 09:08:05 +0000
commitd2d412207bf7ceffe7ad8bdd29c8355ae3781258 (patch)
tree72dd707df2817a9b5098a8e9a3e0190f83d20e68 /ChangeLog
parenta669764b7e8277a9877b9a22024bf800540321a3 (diff)
downloadgnulib-d2d412207bf7ceffe7ad8bdd29c8355ae3781258.tar.gz
Work around lseek bug on BeOS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d7c0dc1ff..d863bebb6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
2007-08-18 Bruno Haible <bruno@clisp.org>
+ Eric Blake <ebb9@byu.net>
+
+ * lib/lseek.c: Include <sys/stat.h>.
+ (rpl_lseek): Add workaround code also for Unix platforms.
+ Needed for BeOS.
+ * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
+ * doc/functions/lseek.texi: Document BeOS definiency.
+
+2007-08-18 Bruno Haible <bruno@clisp.org>
* modules/fstrcmp-tests: New file.
* tests/test-fstrcmp.c: New file.