use <poll.h> instead of <sys/poll.h>
The manpage of poll(2) states that the prototype of poll is defined in <poll.h>. Use that header file instead of <sys/poll.h> to allow compilation against musl-libc. Signed-off-by: Romain Naour <romain.naour@smile.fr>pull/228/head
parent
cc08420e50
commit
4cad505fc9
Loading…
Reference in New Issue