diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-04 21:11:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-04 21:11:41 +0000 |
commit | 9378784537d0a4cd4e630aa360d0ae838dfcf500 (patch) | |
tree | e1607d2c9565d13cc916214f1c4c9a603a0202d3 /io/Makefile | |
parent | 1c15327821aee947476284374a96c7ebb64dc0d6 (diff) | |
download | glibc-9378784537d0a4cd4e630aa360d0ae838dfcf500.tar glibc-9378784537d0a4cd4e630aa360d0ae838dfcf500.tar.gz glibc-9378784537d0a4cd4e630aa360d0ae838dfcf500.tar.bz2 glibc-9378784537d0a4cd4e630aa360d0ae838dfcf500.zip |
Update.
2003-11-04 Jakub Jelinek <jakub@redhat.com>
* io/ftw.c (ftw_dir): Close dir if callback with FTW_D type returns
non-zero.
* io/Makefile (tests): Add bug-ftw4.
* io/bug-ftw4.c: New test.
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 14358ec93f..906d1e3301 100644 --- a/io/Makefile +++ b/io/Makefile @@ -57,7 +57,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 bug-ftw3 tst-statvfs + tst-fcntl bug-ftw1 bug-ftw2 bug-ftw3 bug-ftw4 tst-statvfs distribute := ftwtest-sh |