Page MenuHome GnuPG

Adding poll/ppoll to NPTH
Needs ReviewPublic

Authored by gniibe on Nov 5 2021, 6:20 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary
Test Plan

Build test with make check.

Try replacing npth_select/pselect by npth_poll/ppoll in real application.

Diff Detail

Repository
rPTH nPth
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

gniibe created this revision.

I use unsigned long instead of nfds_t, so that a user doesn't need to include <poll.h> when he doesn't use poll/ppoll API.