Details
Details
- Reviewers
- None
Build test with make check.
Try replacing npth_select/pselect by npth_poll/ppoll in real application.
Diff Detail
Diff Detail
- Repository
- rPTH nPth
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
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.