This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use <sys/poll.h> if available before going select().
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 17 Aug 2015 00:15:11 +0000 (20:15 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 2 Oct 2015 22:35:01 +0000 (18:35 -0400)
commit98dbdcb9fe1f1c0e64b67742d84bfe8b5b093e68
treed19ed81ec71972eddd71858d2b2cc1895b755e8f
parentdebcaa65a498fe0920923f60f2ca0fb917b9f81e
Use <sys/poll.h> if available before going select().

Some BSD implementations might have <sys/poll.h> instead of <poll.h>.

Noticed while looking for unused symbols.
dist/IO/poll.h