Skip to content

ppoll: make sigmask parameter optional#1739

Merged
bors[bot] merged 1 commit intonix-rust:masterfrom
stefano-garzarella:ppoll-sigset-optional
Jun 9, 2022
Merged

ppoll: make sigmask parameter optional#1739
bors[bot] merged 1 commit intonix-rust:masterfrom
stefano-garzarella:ppoll-sigset-optional

Conversation

@stefano-garzarella
Copy link
Copy Markdown
Contributor

ppoll(2) supports 'sigmask' as NULL. In that case no signal mask
manipulation is performed.

Let's make sigmask parameter of nix::poll::ppoll optional
to allow that behaviour.

Signed-off-by: Stefano Garzarella sgarzare@redhat.com

Comment thread CHANGELOG.md
ppoll(2) supports 'sigmask' as NULL. In that case no signal mask
manipulation is performed.

Let's make `sigmask` parameter of `nix::poll::ppoll` optional
to allow that behaviour.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Copy link
Copy Markdown
Collaborator

@rtzoeller rtzoeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors bors bot merged commit 01a5927 into nix-rust:master Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants