12 Jul
2017
12 Jul
'17
1: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