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

Missing 64 bit FILE stream functions #30

Closed
bog-dan-ro opened this issue Mar 18, 2016 · 5 comments
Closed

Missing 64 bit FILE stream functions #30

bog-dan-ro opened this issue Mar 18, 2016 · 5 comments
Labels
Milestone

Comments

@bog-dan-ro
Copy link

The NDK doesn't have fopen64, fseeko64, ftello64, fgetpos64, fsetpos64 functions so needed to manipulate files larger than 4Gb (though it provides truncate64, lseek64, etc.).

@DanAlbert
Copy link
Member

Should just be a matter of updating the headers.

@bog-dan-ro
Copy link
Author

Are they added to r13 beta1?

@enh
Copy link
Contributor

enh commented Aug 1, 2016

many of these were only added to the platform in N, so having new headers doesn't buy you anything unless you're also targeting N. (i think fopen64 is the only one on your list, since on Android fopen==fopen64.)

@DanAlbert DanAlbert modified the milestones: r13, r14 Aug 15, 2016
@n00ner
Copy link

n00ner commented Mar 4, 2017

Why lseek64 not working? I try add define _FILE_OFFSET_BITS 64, but still now works.

@enh
Copy link
Contributor

enh commented Mar 4, 2017

please file a new bug, including all the information that the new bug template asks for.

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

No branches or pull requests

5 participants