Closed maxice8 closed 4 years ago
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/poll.h.html
This fixes a build failure on musl libc, which has sys/poll.h that redirects to poll.h. with a #warning
$ cat /usr/include/sys/poll.h #warning redirecting incorrect #include <sys/poll.h> to <poll.h> #include <poll.h>
Looks good to me. Thank you!
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/poll.h.html
This fixes a build failure on musl libc, which has sys/poll.h that redirects to poll.h. with a #warning