Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix use-libc-auxv to use a weak dependency on getauxval. #535

Merged
merged 2 commits into from
Feb 10, 2023

Conversation

sunfishcode
Copy link
Member

glibc <= 2.15 lacks getauxval, so avoid a strong dependency on it in the use-libc-auxv implementation.

glibc <= 2.15 lacks `getauxval`, so avoid a strong dependency on it in
the `use-libc-auxv` implementation.
@sunfishcode sunfishcode merged commit ec4b957 into main Feb 10, 2023
@sunfishcode sunfishcode deleted the sunfishcode/weak-getauxval branch February 10, 2023 00:42
sunfishcode added a commit that referenced this pull request Mar 4, 2023
* Fix `use-libc-auxv` to use a weak dependency on `getauxval`.

glibc <= 2.15 lacks `getauxval`, so avoid a strong dependency on it in
the `use-libc-auxv` implementation.
sunfishcode added a commit that referenced this pull request Mar 4, 2023
* Fix `use-libc-auxv` to use a weak dependency on `getauxval`.

glibc <= 2.15 lacks `getauxval`, so avoid a strong dependency on it in
the `use-libc-auxv` implementation.
sunfishcode added a commit that referenced this pull request Mar 4, 2023
* Fix `use-libc-auxv` to use a weak dependency on `getauxval`.

glibc <= 2.15 lacks `getauxval`, so avoid a strong dependency on it in
the `use-libc-auxv` implementation.
sunfishcode added a commit that referenced this pull request Mar 4, 2023
* Fix `use-libc-auxv` to use a weak dependency on `getauxval`.

glibc <= 2.15 lacks `getauxval`, so avoid a strong dependency on it in
the `use-libc-auxv` implementation.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant