diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-17 20:44:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-17 20:44:55 +0000 |
commit | cd682e15d9d2045ad3bdd1a2719573c6c987b3f8 (patch) | |
tree | 0b65c34eed933dc1da577a08cf238cb424c55cfe /ChangeLog | |
parent | 11fa51b8f64823ae4acb844d782540d72e130f40 (diff) | |
download | glibc-cd682e15d9d2045ad3bdd1a2719573c6c987b3f8.tar.gz glibc-cd682e15d9d2045ad3bdd1a2719573c6c987b3f8.tar.xz glibc-cd682e15d9d2045ad3bdd1a2719573c6c987b3f8.zip |
Update.
2002-07-17 Andreas Schwab <schwab@suse.de> Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/pread.c: Sign extend offset. * sysdeps/unix/sysv/linux/pwrite.c: Likewise. * sysdeps/unix/sysv/linux/mips/pread.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2e58fcc845..aa2b1de129 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-07-17 Andreas Schwab <schwab@suse.de> + Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/pread.c: Sign extend offset. + * sysdeps/unix/sysv/linux/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pread.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. + 2002-07-01 H.J. Lu <hjl@gnu.org> * elf/circleload1.c (load_dso): Call "circlemod1" and check |