ChangeLog: fix wrong attribution in last commit
[gnulib.git] / ChangeLog
index 0917f5e..993ec0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-08-09  Eric Blake  <eblake@redhat.com>
 
+       fseeko: remove unneeded hack
+       * lib/fseeko.c (fseeko): Don't special-case SEEK_END.
+
        fseeko: fix bug on glibc
        * lib/fseeko.c (fseeko): Set stream offset to match fd offset.
        Reported by John W. Eaton.