-
Notifications
You must be signed in to change notification settings - Fork 1.2k
openbsd add elf_aux_info #4729
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
base: main
Are you sure you want to change the base?
openbsd add elf_aux_info #4729
Conversation
Some changes occurred in OpenBSD module cc @semarie |
cc @semarie |
fe39394
to
40bdf22
Compare
40bdf22
to
5c96f8e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks
@tgross35, for reference, this is needed for rust-lang/rust#147024 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
I'll cut a new release later today :) |
Description
add elf_aux_info() support for OpenBSD.
Necessary for rust-lang/rust#147024
Sources
https://github.com/openbsd/src/blob/d99593d0c5b5a00fb7a49103acc0c0b24b4aac53/sys/sys/auxv.h
@rustbot label +stable-nominated