diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-14 08:32:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-14 08:32:37 +0000 |
commit | 4b172769b29087fbf9989494e7d09b8c4347208e (patch) | |
tree | 464876b018275fa8d7cfaa867117e7bc5e92119a /ChangeLog | |
parent | 8b6ff351d8dc7f6ffef7ef03d11bed727172149f (diff) | |
download | glibc-4b172769b29087fbf9989494e7d09b8c4347208e.zip glibc-4b172769b29087fbf9989494e7d09b8c4347208e.tar.gz glibc-4b172769b29087fbf9989494e7d09b8c4347208e.tar.bz2 |
* sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
instead of __NR_pread.
* sysdeps/unix/sysv/linux/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
instead of __NR_pwrite.
* sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-09-14 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined + instead of __NR_pread. + * sysdeps/unix/sysv/linux/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined + instead of __NR_pwrite. + * sysdeps/unix/sysv/linux/pwrite64.c: Likewise. + 2002-09-13 Roland McGrath <roland@redhat.com> * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice. |