You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #1991 - jack-signal:jack/add-getauxval-for-64-bit-android, r=JohnTitor
Add getauxval for 64-bit Android
Fixes#1987
This adds `getauxval` declaration on all 64-bit Android targets. This function was not declared in Bionic until API level 18. 64-bit support was added to Android in 5.0 (API level 21) thus all 64-bit targets (including AFAICT MIPS64 though I am not able to confirm this) should have `getauxval` declared.
The `AT_` constants should be the same on all platforms.
0 commit comments