Hi,
I'm trying to port ntfs-3g to Android.
I have one question about the _FILE_OFFSET_BITS macro and off_t size.
I only saw _FILE_OFFSET_BITS be used in two files:

include/fuse-lite/fuse_common.h
src/secaudit.c

The prior just checks if _FILE_OFFSET_BITS is 64.
The latter just undef it which is more strange to me.

So what's the purpose of _FILE_OFFSET_BITS and
how does it affect the code? I can't see it.

Then how about the off_t which is 32-bit on android?
Should I redefine off_t to 64-bit, say off64_t?

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
ntfs-3g-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to