aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-13 09:28:02 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-13 09:28:02 +0000
commit9ef0a84048e96283f1da89e3a05041e0420eef08 (patch)
tree1a9d1d3367192be45bdbfffa5d9180df95134ac0 /ChangeLog
parent2b510e91dc2e8dd4082eb88a2eac5d21afd7645a (diff)
downloadglibc-9ef0a84048e96283f1da89e3a05041e0420eef08.tar
glibc-9ef0a84048e96283f1da89e3a05041e0420eef08.tar.gz
glibc-9ef0a84048e96283f1da89e3a05041e0420eef08.tar.bz2
glibc-9ef0a84048e96283f1da89e3a05041e0420eef08.zip
Update.
2003-01-13 Ulrich Drepper <drepper@redhat.com> * locale/programs/charmap-dir.c (charmap_readdir): Use struct dirent64 instead of struct dirent for dirent. Call readdir64 instead of readdir. * locale/programs/locfile.c (siblings_uncached): Use struct dirent64 instead of struct dirent for other_dentry. Call readdir64 instead of readdir. * elf/ldconfig.c (direntry): Change type to struct dirent64. (search_dir): Use readdir64 instead of readdir. Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d1c2c37c1..e0ee4faab9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2003-01-13 Ulrich Drepper <drepper@redhat.com>
+
+ * locale/programs/charmap-dir.c (charmap_readdir): Use struct
+ dirent64 instead of struct dirent for dirent. Call readdir64
+ instead of readdir.
+
+ * locale/programs/locfile.c (siblings_uncached): Use struct
+ dirent64 instead of struct dirent for other_dentry. Call
+ readdir64 instead of readdir.
+
+ * elf/ldconfig.c (direntry): Change type to struct dirent64.
+ (search_dir): Use readdir64 instead of readdir.
+ Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
+
2003-01-12 Roland McGrath <roland@redhat.com>
* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,