Skip to content

[Android] fseeko and ftello not supported on arm32 & x86 below API level 24 without disabling _FILE_OFFSET_BITS=64 #111665

@steveisok

Description

@steveisok

From https://android.googlesource.com/platform/bionic/+/master/docs/32-bit-abi.md

Android does not require the _LARGEFILE_SOURCE macro to be used to make fseeko and ftello available. Instead they're always available from API level 24 where they were introduced, and never available before then.

An easy solution would be to bump the min API level to 24, but that is not solely a technical decision.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions