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, sigpending() is one of them.
sigpending - examine pending signals
The sigpending() function shall store, in the location referenced by the set argument, the set of signals that are blocked from delivery to the calling thread and that are pending on the process or the calling thread.
There are currently 20 missing POSIX functions with trivial implementations,
sigpending()
is one of them.See https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpending.html
See RFC #51211 for more info.
The text was updated successfully, but these errors were encountered: