aboutsummaryrefslogtreecommitdiffstats
path: root/testing/galera/musl-sys-poll-h.patch
blob: e3189c7ca2b26ea2640e7002de6f42d654c456b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/asio/asio/detail/socket_types.hpp
+++ b/asio/asio/detail/socket_types.hpp
@@ -58,7 +58,7 @@
 #else
 # include <sys/ioctl.h>
 # if !defined(__SYMBIAN32__)
-#  include <sys/poll.h>
+#  include <poll.h>	/* avoid "redirecting incorrect #include <sys/poll.h> to <poll.h>" warning */
 # endif
 # include <sys/types.h>
 # include <sys/stat.h>