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

aix: add siginfo_t accessors for symmetry with other platforms #3185

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

valpackett
Copy link
Contributor

On other platforms it's possible to call e.g. si_status(), it was missing on AIX.

btw, the #[cfg(libc_union)] usage in the siginfo_t itself looks quite wrong…

@rustbot
Copy link
Collaborator

rustbot commented Apr 3, 2023

r? @JohnTitor

(rustbot has picked a reviewer for you, use r? to override)

@JohnTitor
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Apr 3, 2023

📌 Commit f932d5c has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Apr 3, 2023

⌛ Testing commit f932d5c with merge 04078d9...

@bors
Copy link
Contributor

bors commented Apr 4, 2023

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14
Approved by: JohnTitor
Pushing 04078d9 to master...

@bors bors merged commit 04078d9 into rust-lang:master Apr 4, 2023
10 checks passed
@valpackett valpackett deleted the aix branch April 4, 2023 05:18
bors added a commit that referenced this pull request Apr 10, 2023
Remove AIX specific definition of sigval

AIX definition of sigval is actually the same as other unix. Remove the union definition as other platforms treat it like a pointer after #3185.
bors added a commit that referenced this pull request Apr 10, 2023
Remove AIX specific definition of sigval

AIX definition of sigval is actually the same as other unix. Remove the union definition as other platforms treat it like a pointer after #3185.
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.

None yet

4 participants