diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-20 16:30:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-20 16:30:18 +0000 |
commit | 21a568e279210e6c521e178614dc30e6a1d19937 (patch) | |
tree | dfabce59cf49e22ca413251179166f361c514a67 /io/Makefile | |
parent | df152cc80e60dc8bf7167a62ee26cb19a9a675d3 (diff) | |
download | glibc-21a568e279210e6c521e178614dc30e6a1d19937.tar glibc-21a568e279210e6c521e178614dc30e6a1d19937.tar.gz glibc-21a568e279210e6c521e178614dc30e6a1d19937.tar.bz2 glibc-21a568e279210e6c521e178614dc30e6a1d19937.zip |
Update.
2001-01-20 Ulrich Drepper <drepper@redhat.com>
* io/ftw.c (ftw_dir): Add slash after directory name if there
wasn't any. Reported by loris <loris@iol.it>.
* io/Makefile (tests): Add bug-ftw2.
* io/bug-ftw2.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 b1bc32d246..f68b12d2a1 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 + tst-fcntl bug-ftw1 bug-ftw2 distribute := ftwtest-sh |