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

Add recent pthread_internal_t fields to private loader with dynamic dispatch on Android version #1920

Closed
derekbruening opened this issue Apr 3, 2016 · 0 comments

Comments

@derekbruening
Copy link
Contributor

For the port to Android in #1701 we had to emulate the Android loader in order to load a private copy of Bionic for C++ and other clients who want to use libc. Unfortunately as part of that we have to depend on the precise pthread_internal_t structure used by Android.

It looks like the structure has changed. We'll need to add dynamic dispatch to handle varying Android versions.

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

No branches or pull requests

1 participant