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

Undef HAVE_GETAUXVAL under old Android API versions #7

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

mingtaoy
Copy link

getauxval is only available on Android API levels >= 18: https://developer.android.com/ndk/guides/cpu-features.

sys/auxv.h in android is defined as:

unsigned long int getauxval(unsigned long int __type)
__INTRODUCED_IN(18)

`getauxval` is only available on Android API levels >= 18:
https://developer.android.com/ndk/guides/cpu-features.

sys/auxv.h in android is defined as:

```
unsigned long int getauxval(unsigned long int __type)
__INTRODUCED_IN(18)
```
@jedisct1 jedisct1 merged commit 40c35e6 into aegis-aead:main Mar 19, 2024
2 checks passed
@jedisct1
Copy link
Collaborator

Thank you!

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 this pull request may close these issues.

2 participants