diff options
author | Roland McGrath <roland@gnu.org> | 2003-09-10 23:39:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-09-10 23:39:29 +0000 |
commit | 1fe4d5652dc109d04c3ef14985d37123a7dd6d9f (patch) | |
tree | a5ece31c5ba4e73d534b0eb0150f82e70d98e327 /ChangeLog | |
parent | 38791048930dfcf0a4dda23d04f4f188d28eb213 (diff) | |
download | glibc-1fe4d5652dc109d04c3ef14985d37123a7dd6d9f.tar.gz glibc-1fe4d5652dc109d04c3ef14985d37123a7dd6d9f.tar.xz glibc-1fe4d5652dc109d04c3ef14985d37123a7dd6d9f.zip |
* sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Fix
syscall invocation. * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise. * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise. Also, only assert off_t size is 4 for N32 and O32, and clean up white space. * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5f8d661dc9..f650f78ee8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-09-10 Chris Demetriou <cgd@broadcom.com> + + * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Fix + syscall invocation. + * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise. + * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise. + Also, only assert off_t size is 4 for N32 and O32, and clean up + white space. + * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise. + 2003-09-10 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): |