Skip to content

posix: implement sigpending() #59933

@ycsin

Description

@ycsin

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.

See https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpending.html

See RFC #51211 for more info.

Metadata

Metadata

Assignees

Labels

EnhancementChanges/Updates/Additions to existing featuresarea: POSIXPOSIX API Library

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions