Mail Archives: djgpp/1997/08/02/11:10:54
A. Sinan Unur wrote:
> there are 64 bit unices.
Indeed there are. I'm using one at this moment, on
a DEC Alpha (there's both OSF/1, now called "DEC Unix",
and a Linux port for the Alpha).
Under OSF/1 the maximum filesize is a long, 64 bits.
At least, that's how fseek is declared, and it will
allocate a file over 4Gb long (full of nothing, since
Unix uses a 'sparse' file structure where nothing is
allocated until it's written). It does seem to have
trouble writing to it past the 4Gb, though, so perhaps
it's only partially implemented...
Chris C
- Raw text -