This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: FTW_PHYS


> From: Pedro Izecksohn 
> Sent: Monday, May 24, 2010 20:54
> To: cygwin@cygwin.com
> Subject: FTW_PHYS
> 
>   I wrote a small C++ application:
> http://www.izecksohn.com/pedro/c++/biggest/
> that exhibits an unwanted behavior on Cygwin:
...
>   But biggest.c++ uses FTW_PHYS in flags to call nftw.
> 
>   So, why the duplicated entries shown above?
...

But FTW_PHYS only inhibits symbolic links from being
followed. You have no symbolic links in those paths,
so FTW_PHYS is irrelevant to your problem.

--Ken Nellis

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]