-
Notifications
You must be signed in to change notification settings - Fork 1k
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
android 32 bits fix stat struct proposal. #3286
base: main
Are you sure you want to change the base?
Conversation
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
@bors r+ |
android 32 bits fix stat struct proposal. close #3285
💔 Test failed - checks-actions |
57bfcd8
to
8126c61
Compare
8126c61
to
4a1afe6
Compare
Looks like this doesn't agree with the @rustbot author |
4a1afe6
to
94088a8
Compare
@maurer would you mind looking at this? This would be a breaking change to |
This change is incorrect - the bionic stat definition looks like the left hand side for 32-bit platforms. I can comment over on the issue, but the reason this one is different is because the actual value returned here is not an It looks like there may be a couple places where using the "right type" is plausible (e.g. musl thinks that using |
close #3285