Skip to content

Fix header file used for poll()

David Ward requested to merge dpward/backends:poll-header into master

POSIX specifies the header to include is <poll.h>, not <sys/poll.h>. This results in a compiler warning with musl libc (on Alpine Linux).

Merge request reports