diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-09-01 15:36:22 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-01 15:36:22 -0700 |
commit | d840539e1271020600edba752e6ee908c00f66eb (patch) | |
tree | 91180689afb5321d8b28e6de5bbdf4b0c36976f6 /ChangeLog | |
parent | a050d2a5e722876623a70d501c3cdfedfce8b5ce (diff) | |
download | glibc-d840539e1271020600edba752e6ee908c00f66eb.tar glibc-d840539e1271020600edba752e6ee908c00f66eb.tar.gz glibc-d840539e1271020600edba752e6ee908c00f66eb.tar.bz2 glibc-d840539e1271020600edba752e6ee908c00f66eb.zip |
Cleanup _IO_wfile_seekoff.
This reformulates the in-buffer optimisation check to match the code in
_IO_new_file_seekoff. No functional changes, but easier to understand.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-08-31 Andreas Schwab <schwab@redhat.com> + + * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and + reformulate in-buffer optimisation check to match code in + _IO_new_file_seekoff. + 2009-08-31 Joshua W. Boyer <jwboyer@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction |