Subject: sys/poll.h or poll.h? To: None <mycroft@netbsd.org> From: Jun-ichiro itojun Hagino <itojun@iijlab.net> List: tech-userlevel Date: 09/21/2002 06:48:20
many of the code you rewrote select(2) into poll(2) uses <sys/poll.h>
instead of <poll.h>. poll(2) manpage suggests me to use <poll.h>,
which is correct?
itojun