[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib largefile support
From: |
Paul Eggert |
Subject: |
Re: gnulib largefile support |
Date: |
Mon, 07 Nov 2011 12:59:01 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 |
On 11/07/11 12:38, Eric Blake wrote:
> Large file support IS desirable on all platforms.
Well, I can imagine a small embedded system where files and
streams cannot possibly be larger than 2 GiB. On such a system
it might be reasonable to use gnulib modules in small-file mode.
If this is a real issue, and if someone takes the time, I think
it'd be OK to add small-file support to gnulib, because I don't
think it'd be much of an intrusion on the existing code. (Not
that I'm volunteering! I left the 32-bit file world long ago,
thank goodness.)
More likely, I expect, is that guile was simply misbuilt in
small-file mode.