1 // If our libc has largefile support enabled: 2 #if 0 3 #ifdef __SIZEOF_LONG__ == 4 4 #define _FILE_OFFSET_BITS 64 5 #endif 6 #endif 7
1 // If our libc has largefile support enabled: 2 #if 0 3 #ifdef __SIZEOF_LONG__ == 4 4 #define _FILE_OFFSET_BITS 64 5 #endif 6 #endif 7