diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-20 20:58:02 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-20 20:58:02 +0000 |
commit | 4b5e1c5f0ef986ccf8a67ed44d701dc18f7d7a44 (patch) | |
tree | e66dc15c14e2988554edffbce0d95ee6f7f667cd /ChangeLog | |
parent | 6848aba6c3bf14ba5ed39a6edb1187c831d19fff (diff) | |
download | glibc-4b5e1c5f0ef986ccf8a67ed44d701dc18f7d7a44.tar.gz glibc-4b5e1c5f0ef986ccf8a67ed44d701dc18f7d7a44.tar.xz glibc-4b5e1c5f0ef986ccf8a67ed44d701dc18f7d7a44.zip |
* sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset into high and low halves on n64. * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2003-03-20 Alexandre Oliva <aoliva@redhat.com> * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset into high and low halves on n64. * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite64.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 137126d5bf..6121a0326b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-03-20 Alexandre Oliva <aoliva@redhat.com> + + * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset + into high and low halves on n64. + * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. + 2003-03-20 Ulrich Drepper <drepper@redhat.com> * include/atomic.h (atomic_decrement_if_positive): Adjust for the |