GNOME Bugzilla – Bug 758986
Need to use lseek64(), O_LARGEFILE, etc on Android and possible other platforms instead of _FILE_OFFSET_BITS=64
Last modified: 2018-05-24 18:23:11 UTC
See https://code.google.com/p/android/issues/detail?id=64613 Android does not implement _FILE_OFFSET_BITS=64 and I'm not sure how the situation looks like on *BSD at this point. glib would have to check for the 64 bit variants of all the relevant IO functions and use them explicitly on these platforms.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/1113.