autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Library that needs large file support


From: Florian Weimer
Subject: Re: Library that needs large file support
Date: Sun, 21 Dec 2003 23:02:22 +0100
User-agent: Mutt/1.5.4i

Bob Friesenhahn wrote:

> I recommend defining your own equivalents to off_t & ino_t (if needed)
> which are *always* 64 bits wide.  Only your library implementation
> uses the system off_t & ino_t definitions and they are not used in
> your public library headers.  This way your library has a consistent
> interface and the dependent application can use it regardless of
> whether or not it is built to support large files.

Well, that doesn't work that well if you are writing a C++ POSIX binding
and don't want to duplicate those data structures.  But I see you point.
Maybe I should make the affected functions artificially templated, this
would get things right.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]