aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-14 08:32:37 +0000
committerRoland McGrath <roland@gnu.org>2002-09-14 08:32:37 +0000
commit4b172769b29087fbf9989494e7d09b8c4347208e (patch)
tree464876b018275fa8d7cfaa867117e7bc5e92119a /ChangeLog
parent8b6ff351d8dc7f6ffef7ef03d11bed727172149f (diff)
downloadglibc-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be6f1fc..d126ea3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.