-
Notifications
You must be signed in to change notification settings - Fork 257
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
Support for _POSIX_THREAD_SAFE_FUNCTIONS #11
Comments
Looks like bionic itself (in the platform, not in the NDK) actually does have this fixed. @jmgao is working on syncing the current headers with the NDK (I'm guessing we're going to have to be careful about when this is enabled, as not all platforms have those functions). |
This was referenced Apr 11, 2017
Closed
Closed
This was referenced May 22, 2023
[BUG] build error: clang frontend command failed with exit code 139 (use -v to see invocation)
#1889
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Though some (or may be all?) posix thread-safe functions is available in Bionic, the toolchain always undefine _POSIX_THREAD_SAFE_FUNCTIONS. Because of this, software cannot rely, that thread-safe functions available and must use not-safe alternatives, which causes bugs.
Can you enable this define?
The text was updated successfully, but these errors were encountered: