diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-04 05:12:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-04 05:12:46 +0000 |
commit | 1fb2614ae5c21a199893a1919846a7057bdb889f (patch) | |
tree | bb47868c6a98fb7e1903100ef42ec1057e292fe4 /ChangeLog | |
parent | 332afd9ecdb835e2d0a9606f311b3d086a00d4e3 (diff) | |
download | glibc-1fb2614ae5c21a199893a1919846a7057bdb889f.tar glibc-1fb2614ae5c21a199893a1919846a7057bdb889f.tar.gz glibc-1fb2614ae5c21a199893a1919846a7057bdb889f.tar.bz2 glibc-1fb2614ae5c21a199893a1919846a7057bdb889f.zip |
Update.
2003-06-03 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/glob.c [HAVE_D_TYPE] (glob_in_dir): Also allow
DT_LNK entries if GLOB_ONLYDIR is set [PR libc/5043].
* posix/globtest.sh: Adjust for this change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-06-03 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/glob.c [HAVE_D_TYPE] (glob_in_dir): Also allow + DT_LNK entries if GLOB_ONLYDIR is set [PR libc/5043]. + * posix/globtest.sh: Adjust for this change. + 2003-06-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ifaddrs.c (netlink_open): Call getsockname |