aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-15 02:23:56 +0000
committerRoland McGrath <roland@gnu.org>2005-10-15 02:23:56 +0000
commit63be256ac14a5a67f4201525ae475e7c50be5fd6 (patch)
treec212d624b8f3209ee33ab8c290aed4964e409c92 /ChangeLog
parent4c16d207581b0cc22ab48f6857e7854e4e487d43 (diff)
downloadglibc-63be256ac14a5a67f4201525ae475e7c50be5fd6.tar
glibc-63be256ac14a5a67f4201525ae475e7c50be5fd6.tar.gz
glibc-63be256ac14a5a67f4201525ae475e7c50be5fd6.tar.bz2
glibc-63be256ac14a5a67f4201525ae475e7c50be5fd6.zip
* sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): New function, broken
out of ... (__opendir): ... here. Call it. * sysdeps/mach/hurd/fdopendir.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 958b79e73d..703eead1c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-14 Roland McGrath <roland@frob.com>
+
+ * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): New function, broken
+ out of ...
+ (__opendir): ... here. Call it.
+ * sysdeps/mach/hurd/fdopendir.c: New file.
+
2005-10-14 Ulrich Drepper <drepper@redhat.com>
[BZ #865]