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

[0.2] Backport of four PRs #3821

Merged
merged 4 commits into from
Aug 13, 2024
Merged

Conversation

mtelka and others added 4 commits August 12, 2024 23:15
(backport <rust-lang#3739>)
(cherry picked from commit 9d33ec2)
(backport <rust-lang#3761>)
(cherry picked from commit 9d5b5a7)
Modify QNX NTO `dl_iterate_phdr` to toke `* mut`
All other platforms use `* mut`, and while this is technically a breaking change, most likely noone is using it directly.

NTO does not define last four fields of the `dl_phdr_info`, so might as well exclude them for cleanliness.

v7.0: [link](https://www.qnx.com/developers/docs/7.0.0/index.html#com.qnx.doc.neutrino.lib_ref/topic/d/dl_iterate_phdr.html)
v7.1: [link](https://www.qnx.com/developers/docs/7.1/#com.qnx.doc.neutrino.lib_ref/topic/d/dl_iterate_phdr.html)
v8.0: [link](https://www.qnx.com/developers/docs/8.0/com.qnx.doc.neutrino.lib_ref/topic/d/dl_iterate_phdr.html?hl=dl_phdr_info)

See also rust-lang/backtrace-rs#648

(backport <rust-lang#3815>)
(cherry picked from commit 4edd266)
@rustbot
Copy link
Collaborator

rustbot commented Aug 13, 2024

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot
Copy link
Collaborator

rustbot commented Aug 13, 2024

Some changes occurred in solarish module

cc @jclulow, @pfmooney

@tgross35 tgross35 changed the title Backport of four PRs [0.2] Backport of four PRs Aug 13, 2024
@tgross35 tgross35 disabled auto-merge August 13, 2024 04:20
@tgross35 tgross35 added this pull request to the merge queue Aug 13, 2024
Merged via the queue into rust-lang:libc-0.2 with commit 6b0dbcd Aug 13, 2024
51 checks passed
@tgross35 tgross35 deleted the backport-celery branch August 13, 2024 06:01
This was referenced Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants