You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm attempting to build process_control on NetBSD and get the following build error:
no method named
si_statusfound for struct
siginfo_tin 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 missingsi_status()
on NetBSD (*-*-netbsd
), although I seesi_status
is a member ofsiginfo_t
on NetBSD.References:
The text was updated successfully, but these errors were encountered: