[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: apr_off_t is of an ambiguous size.

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-01-14 00:01:24 CET

On Tue, 2004-01-13 at 16:25, Joe Orton wrote:
> > I was assuming that APR would take the apr_off_t bashing route. Is this not
> > a safe assumption?

> Yes, the only sane way to get LFS support in APR is to define apr_off_t
> as off64_t and internally use the transitional API (open64 etc). Having
> APR export -D_FILE_OFFSET_BITS=64 would screw everything up just as much
> as when Perl does it.

Well, they can't really do that after they hit 1.0. And if they're
going to do that very soon (would it have implications for Apache 2?),
we might want to factor that into our release schedule to avoid an ABI
issue.

(Of course, it won't matter too much if we eliminate all the apr_off_t
uses in our API.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 20 21:54:16 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.