Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the needed Android API check for fseeko and ftello. #659

Closed
wants to merge 1 commit into from

Conversation

google-yfyang
Copy link

fseeko and ftello are available on Android API 24 or later.

See for the libc src. https://android.googlesource.com/platform/bionic/+/master/libc/include/stdio.h#211

image

@google-yfyang
Copy link
Author

@ktmf01 Hi Martijn, can you please take a look?

@ktmf01
Copy link
Collaborator

ktmf01 commented Dec 7, 2023

I can't verify this. #494 is related.

@robUx4
Copy link
Contributor

robUx4 commented Apr 22, 2024

This is not correct. It's disabling fseeko for all Android targets with an API older than 24. However x64_86 and aarch64 are perfectly fine with 64-bit fseeko.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants