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

Use 32-bit mode_t on 64-bit Android devices #192

Merged
merged 1 commit into from
Feb 19, 2016

Conversation

mmatyas
Copy link
Contributor

@mmatyas mmatyas commented Feb 18, 2016

The aarch64-linux-android target uses 32-bit mode_t, unlike regular arm-linux-androideabi*.
This fixes rust-lang/rust#31595.

@alexcrichton alexcrichton merged commit 2cc90c7 into rust-lang:master Feb 19, 2016
danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
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.

Building the aarch64-linux-android stdlib fails
2 participants