diff options
author | DJ Delorie <dj@redhat.com> | 2019-06-19 17:07:41 -0400 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2019-07-08 17:45:13 -0400 |
commit | 6ba205b2c35e3e024c8c12d2ee1b73363e84da87 (patch) | |
tree | 6dc88a671ae81090700da9af7c24f3811169650d /io/Makefile | |
parent | 744481038703ddc0ce571bdcbedc4f4a722da039 (diff) | |
download | glibc-6ba205b2c35e3e024c8c12d2ee1b73363e84da87.zip glibc-6ba205b2c35e3e024c8c12d2ee1b73363e84da87.tar.gz glibc-6ba205b2c35e3e024c8c12d2ee1b73363e84da87.tar.bz2 |
nftw: fill in stat buf for dangling links [BZ #23501]
As per Austin Group interpretation, "the object" wrt a
dangling symlink is the symlink itself, despite FTW_PHYS.
Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index ac3e29e..cfbf4cd 100644 --- a/io/Makefile +++ b/io/Makefile @@ -73,7 +73,8 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ tst-mknodat tst-mkfifoat tst-ttyname_r bug-ftw5 \ tst-posix_fallocate tst-posix_fallocate64 \ tst-fts tst-fts-lfs tst-open-tmpfile \ - tst-copy_file_range tst-getcwd-abspath tst-lockf + tst-copy_file_range tst-getcwd-abspath tst-lockf \ + tst-ftw-lnk # Likewise for statx, but we do not need static linking here. tests-internal += tst-statx |