diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-10 23:59:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-10 23:59:02 +0000 |
commit | 1b1135980418c7825be04b835d09037d1c27bcaa (patch) | |
tree | d05acbf732ba6619139e6a1238afb48c7cb82538 /io/Makefile | |
parent | 870a4e12539d12200d7946b0c7e1f6ca45530262 (diff) | |
download | glibc-1b1135980418c7825be04b835d09037d1c27bcaa.tar glibc-1b1135980418c7825be04b835d09037d1c27bcaa.tar.gz glibc-1b1135980418c7825be04b835d09037d1c27bcaa.tar.bz2 glibc-1b1135980418c7825be04b835d09037d1c27bcaa.zip |
Update.
2001-12-10 Thorsten Kukuk <kukuk@suse.de>
* io/ftw.c (ftw_startup): Check, if the path is search and readable.
* io/Makefile (tests): Add bug-ftw3.
* io/bug-ftw3.c: New file.
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index b96421b863..0c39fa859f 100644 --- a/io/Makefile +++ b/io/Makefile @@ -56,7 +56,7 @@ static-only-routines = stat fstat lstat mknod stat64 fstat64 lstat64 others := pwd test-srcs := ftwtest tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ - tst-fcntl bug-ftw1 bug-ftw2 + tst-fcntl bug-ftw1 bug-ftw2 bug-ftw3 distribute := ftwtest-sh |