"H. Peter Anvin" <[EMAIL PROTECTED]> writes:

> Sorry for being picky, but LFS, specifically, means using an heterogenous
> API using seek64() instead of lseek() and so on and so forth.

Wrong.  LFS also includes -D_FILE_OFFSET_BITS=64 which transparently
replaces the non-LFS types and functions.

> glibc 2.1 has a define option (__USE_FILE_OFFSET64) which enables
> this by default;

No, __USE_FILE_OFFSET64 is no option.  This is an libc internal macros
which you never ever must look at.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]

Reply via email to