id summary reporter owner description type status milestone component version severity resolution keywords cc 12419 use POSIX poll.h instead of glibc-specific sys/poll.h git@… chris_kohlhoff " POSIX specifies that is the correct header to include for poll() http://pubs.opengroup.org/onlinepubs/009695399/functions/poll.html whereas is only needed for ancient glibc (<2.3), so let's follow POSIX instead. As a side-effect, this silences a warnings when compiling against the musl C-library: In file included from ./boost/asio/detail/socket_types.hpp:61:0, from ./boost/asio/ip/address_v4.hpp:21, from ./boost/asio/ip/address.hpp:21, from libs/log/src/init_from_settings.cpp:65: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] #warning redirecting incorrect #include to ^~~~~~~ etc. " Patches new To Be Determined asio Boost 1.61.0 Problem