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
posix: signal.h: include sigev_notify_function field in struct sigevent
Previously, the `sigev_notify_function` field was missing from
`struct sigevent`. Additionally, `sigev_notify_attributes` were
incorrectly named `sigev_thread_attr`.
Add it back to ensure that we are able to support realtime signals.
Signed-off-by: Chris Friedt <[email protected]>
0 commit comments