Re: 64 bit I/O functions (such as stat/ftruncate)

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

 



On Thu, 06 Dec 2007 12:15:45 -0800
Brian Dessent <brian@xxxxxxxxxxx> wrote:

> John Gateley wrote:
> 
> > I'm looking for 64 bit I/O functions, such as ftruncate or
> > stat/fstat/lstat. Some functions exist in 64 bit versions
> > (such as lseek64), but for others I couldn't find anything.
> > This is using g++ on linux.
> 
> Normally you don't call the 64 bit versions explicitly, you just add
> -D_FILE_OFFSET_BITS=64 to CPPFLAGS and you get the large-file aware
> version of all interfaces without the 64 suffix.
> ...

Thanks very much...

j

-- 
John Gateley <gateley@xxxxxxxxxx>

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux