Is there some guideline of large file support in Bionic? Is it
equavalent with glibc's -D_FILE_OFFSET_BITS=64, -D_LARGEFILE_SOURCE,
or -D_LARGEFILE64_SOURCE?

I'm trying to port some large file handling Linux app but I see lseek64
() is the only 64 bits aware file operation in Bionic. The other
functions are 32bits only. There are no pread64(), pwrite64(),
truncate64().
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to