mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-08-12 Ulrich Drepper <drepper@redhat.com> * io/fts.c (fts_stat): Recognize DT_WHT only if S_IFWHT is also defined.
This commit is contained in:
parent
590a63937a
commit
977588cd93
@ -1,3 +1,8 @@
|
||||
2000-08-12 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* io/fts.c (fts_stat): Recognize DT_WHT only if S_IFWHT is also
|
||||
defined.
|
||||
|
||||
2000-08-12 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Try fcntl
|
||||
|
2
io/fts.c
2
io/fts.c
@ -816,7 +816,7 @@ fts_stat(sp, dp, p, follow)
|
||||
/* If user needs stat info, stat buffer already allocated. */
|
||||
sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
|
||||
|
||||
#ifdef DT_WHT
|
||||
#if defined DT_WHT && defined S_IFWHT
|
||||
/*
|
||||
* Whited-out files don't really exist. However, there's stat(2) file
|
||||
* mask for them, so we set it so that programs (i.e., find) don't have
|
||||
|
Loading…
Reference in New Issue
Block a user