Skip to content

Question: Why aren't some constans/structs in ucontext.h for x86_64-android? #1604

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

Closed
igrep opened this issue Nov 26, 2019 · 1 comment · Fixed by #1622
Closed

Question: Why aren't some constans/structs in ucontext.h for x86_64-android? #1604

igrep opened this issue Nov 26, 2019 · 1 comment · Fixed by #1622

Comments

@igrep
Copy link
Contributor

igrep commented Nov 26, 2019

I confirmed some symbols (e.g. _libc_xmmreg, ucontext_t, REG_R10 etc.) are available also in Android (see the source in googlesource.com above).
So I think symbols in ucontext.h should be added under linux_like/android/.
Am I missing something?

@gnzlbg
Copy link
Contributor

gnzlbg commented Nov 27, 2019

99% of the time the answer is "because nobody has sent a PR to implement them", so if you want these, PRs welcome.

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 a pull request may close this issue.

2 participants