diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-05 18:10:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-05 18:10:10 +0000 |
commit | 25f227b924443a71ee2e15eff342871864b05d01 (patch) | |
tree | 1e55d7ca3743b0ed5eb62e8a9ecabae47d53dcea /io/Makefile | |
parent | 155fd00c743bd428a78ed66c3743bc9f8b4a13b1 (diff) | |
download | glibc-25f227b924443a71ee2e15eff342871864b05d01.tar glibc-25f227b924443a71ee2e15eff342871864b05d01.tar.gz glibc-25f227b924443a71ee2e15eff342871864b05d01.tar.bz2 glibc-25f227b924443a71ee2e15eff342871864b05d01.zip |
Update.
* io/ftw.c (ftw_dir): Don't add a second slash at the beginning
for searches from the root directory.
Reported by loris <loris@iol.it> [PR libc/1991].
* io/Makefile (tests): Add bug-ftw1.
* io/bug-ftw1.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 bec1549da5..b1bc32d246 100644 --- a/io/Makefile +++ b/io/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1992-1999, 2000, 2001 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 @@ -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 + tst-fcntl bug-ftw1 distribute := ftwtest-sh |