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
There are currently 20 missing POSIX functions with trivial implementations, sigaction() is one of them.
sigaction - examine and change a signal action
The sigaction() function allows the calling process to examine and/or specify the action to be associated with a specific signal. The argument sig specifies the signal; acceptable values are defined in <signal.h>.
...
There are currently 20 missing POSIX functions with trivial implementations,
sigaction()
is one of them.See https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html
See RFC #51211 for more info.
The text was updated successfully, but these errors were encountered: