Verify that off_t is the same size as long when we assume it.
[pspp] / ChangeLog
index b3ef5990b89ac25daaa213da1123c7becefee6a8..22858679d75262e521e433890951e3e83e3a34d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-26  Bruno Haible  <bruno@clisp.org>
+
+       * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
+       'long' when we assume it.
+       Suggested by Eric Blake.
+
 2007-04-26  Bruno Haible  <bruno@clisp.org>
 
        Ensure fseeko, ftello are declared on glibc systems.