-
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: Add VMADDR_ constants. #1913
Conversation
r? @JohnTitor (rust_highfive has picked a reviewer for you, use r? to override) |
Could you please move these up a level to |
Also, seems |
There are many things which are the same between This would be a fairly major refactor though. For now, it seems more consistent with the rest of the code to put things in both |
@qwandor-google I don't know if emscripten is getting much benefit from being under linux_like rather than just unix. On the one hand it might implement some things that Linux does but unix doesn't, in which case it'd be nice to avoid duplicating that. On the other hand, it does regularly seem like emscripten needs excluding like this from APIs which otherwise exist anywhere the Linux kernel does. Separately from that, moving android under the That's obviously not a prerequisite for this change. But if you'd be willing to work on that, I think that'd make it much easier to align APIs between the |
@joshtriplett I don't know enough about emscripten to know what the right way forward is on that. I guess we should open an issue to track the refactoring in any case, and discuss it there rather than on this pull request. The test failure above is only on s390x, and looks like a timeout unrelated to this change. I suggest re-running. |
Fair enough, but we should do that carefully not to break anything.
Sounds good, opened #1915, and just added a brief explanation. I'd appreciate any comments :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test failure above is only on s390x, and looks like a timeout unrelated to this change. I suggest re-running.
I'm going to approve as-is since it passed at the previous testing. Thanks!
No description provided.