diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-21 09:36:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-21 09:36:46 +0000 |
commit | 63a2f30529aca7a97f84a7f2a6f8afc40f0a3cdb (patch) | |
tree | 0c7a8b02e3f4963fd1408cecd3b506749c2489d9 /io/Makefile | |
parent | c8703f884991059dcaea8a78a4ae00ff7b1118eb (diff) | |
download | glibc-63a2f30529aca7a97f84a7f2a6f8afc40f0a3cdb.zip glibc-63a2f30529aca7a97f84a7f2a6f8afc40f0a3cdb.tar.gz glibc-63a2f30529aca7a97f84a7f2a6f8afc40f0a3cdb.tar.bz2 |
[BZ #4076]cvs/fedora-glibc-20070221T1011
* io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
(open_dir_stream): Likewise.
* io/Makefile (tests): Add bug-ftw5.
io/bug-ftw5.c: New file.
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile index 18287b2..206435d 100644 --- a/io/Makefile +++ b/io/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2002,2003,2005,2006 Free Software Foundation, Inc. +# Copyright (C) 1992-2002,2003,2005,2006, 2007 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -66,7 +66,7 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ tst-openat tst-unlinkat tst-fstatat tst-futimesat \ tst-renameat tst-fchownat tst-fchmodat tst-faccessat \ tst-symlinkat tst-linkat tst-readlinkat tst-mkdirat \ - tst-mknodat tst-mkfifoat tst-ttyname_r + tst-mknodat tst-mkfifoat tst-ttyname_r bug-ftw5 distribute := ftwtest-sh |