This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

fts_* functions and LFS



Hi,

The FTSENT struct from the fts.h header file for the fts_* functions
uses "struct stat". The problem is now, if somebody compiles his
program with -D__FILE_OFFSET_BITS=64, this functions fails.

Is there a way to make this functions LFS aware ? Or should we add
a check to fts.h, which aborts the compilation with a warning if
__FILE_OFFSET_BITS=64 is defined ?

Does somebody know if BSD solves this problem and if, how ?

   Thorsten

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE GmbH            Deutschherrenstr. 15-19       D-90429 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


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