![](https://secure.gravatar.com/avatar/5b19e9d0e834ea10ef75803718ad564b.jpg?s=120&d=mm&r=g)
12 Jul
2017
12 Jul
'17
12:09 p.m.
On Wed, 12 Jul 2017 10:45:18 +0200, Natanael Copa wrote:
According POSIX[1] and linux manpage[2] the include is poll.h, not sys/poll.h.
This fixes the he following compiler warning when build with musl libc:
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] #warning redirecting incorrect #include <sys/poll.h> to <poll.h> ^~~~~~~
Signed-off-by: Natanael Copa ncopa@alpinelinux.org
Applied, thanks.
Takashi