posix: Add npth_poll/npth_ppoll.
* configure.ac: Add checks for poll.h and ppoll.
poll expects an int for the timeout. You used the timespec. Tested on macOS.
Thanks, fixed.