Skip to content

add ppoll shim#814

Open
vapier wants to merge 1 commit into
WebAssembly:mainfrom
vapier:ppoll
Open

add ppoll shim#814
vapier wants to merge 1 commit into
WebAssembly:mainfrom
vapier:ppoll

Conversation

@vapier

@vapier vapier commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Since there's a pselect wrapper around select that simply ignores the signal settings, add a similar wrapper for ppoll around poll.

Comment thread libc-bottom-half/cloudlibc/src/libc/poll/ppoll.c Outdated
Since there's a pselect wrapper around select that simply ignores
the signal settings, add a similar wrapper for ppoll around poll.
@@ -0,0 +1,13 @@
// Copyright 2026 The ChromiumOS Authors

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Would you be willing to drop this comment? The presence of this can make future modifications of this file a bit difficult for example.

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