diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-15 02:23:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-15 02:23:56 +0000 |
commit | 63be256ac14a5a67f4201525ae475e7c50be5fd6 (patch) | |
tree | c212d624b8f3209ee33ab8c290aed4964e409c92 /ChangeLog | |
parent | 4c16d207581b0cc22ab48f6857e7854e4e487d43 (diff) | |
download | glibc-63be256ac14a5a67f4201525ae475e7c50be5fd6.tar.gz glibc-63be256ac14a5a67f4201525ae475e7c50be5fd6.tar.xz 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-- | ChangeLog | 7 |
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] |