Re: When? 64-Bit lseek()?

Carsten Paeth (calle@calle.in-berlin.de)
Fri, 21 Jun 1996 17:30:06 +0200 (MET DST)


>
> Hi,
> A couple of years ago, I asked the question about having large files
> (that is 64-bits of addressability). Now that the POSIX definitions are
> getting close to being real, (and I haven't ever seen them), what is the
> replacement for lseek(2)? I see that the iNTEL version of linux doesn't
> go past 32 bits at present, but many current disks are close.
>
> Just pining for some "real" address space ;-).

the kernel uses loff_t as file offset, which is a long long.
try llseek(2).

>
> --
> Cheers,
> --ldl
> -----------------------------------------------------------------------------
> LD Landis ldl@HealthPartners.Com N0YRQ Voice 612/883-5511 Fax 612/883-6363
> HealthPartners, 8100 34th Avenue So, PO Box 1309, Minneapolis, MN 55440-1309
> Shape your life not from your memories, but from your hopes. (Borrowed)
> -----------------------------------------------------------------------------
>

calle

-- 
calle@calle.in-berlin.de