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

siginfo_t is missing si_status() on NetBSD #2265

Closed
mjturner opened this issue Jul 2, 2021 · 0 comments · Fixed by #2276
Closed

siginfo_t is missing si_status() on NetBSD #2265

mjturner opened this issue Jul 2, 2021 · 0 comments · Fixed by #2276
Labels
C-API-request Category: API request

Comments

@mjturner
Copy link

mjturner commented Jul 2, 2021

I'm attempting to build process_control on NetBSD and get the following build error:
no method named si_statusfound for structsiginfo_t in the current scope (source).

This relates in particular to calling waitid(), support for which was kindly added recently (thanks!).

I can see that siginfo_t is missing si_status() on NetBSD (*-*-netbsd), although I see si_status is a member of siginfo_t on NetBSD.

References:

@mjturner mjturner added the C-API-request Category: API request label Jul 2, 2021
bors added a commit that referenced this issue Jul 7, 2021
bors added a commit that referenced this issue Jul 7, 2021
bors added a commit that referenced this issue Jul 7, 2021
bors added a commit that referenced this issue Jul 7, 2021
@bors bors closed this as completed in cddf85a Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-API-request Category: API request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant