Skip to content

Disable use-libc-auxv by default, and document cargo features #1389

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

Merged
merged 3 commits into from
Mar 6, 2025

Conversation

sunfishcode
Copy link
Member

Disable use-libc-auxv by default, as we can now use PR_GET_AUXV on most systems today, and fall back to "/proc/self/auxv".

And add documentation for the main user-facing Cargo features to README.md.

Fixes #1387.

Disable use-libc-auxv by default, as we can now use `PR_GET_AUXV` on
most systems today, and fall back to "/proc/self/auxv".

And add documentation for the main user-facing Cargo features to
README.md.

Fixes #1387.
@sunfishcode sunfishcode merged commit 62ce4df into main Mar 6, 2025
51 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/features branch March 6, 2025 16:36
@joshtriplett
Copy link
Member

@sunfishcode This makes me so happy to see! I'm glad that PR_GET_AUXV has managed to work out this well.

@sunfishcode
Copy link
Member Author

@joshtriplett Thanks for PR_GET_AUXV; it has indeed worked out great!

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.

Document linux_* features
2 participants