chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.72k stars 1.19k forks source link

SA_RESTART is not supported by QNX 7.1 #1422

Open joongyoung opened 5 months ago

joongyoung commented 5 months ago

boost defines BOOST_ASIO_OS_DEF_SA_RESTART to SA_RESTART for internal use, as SA_RESTART is POSIX standard, but QNX 7.1 doesn't support it.

You can confirm the problem by referring to signal.h from the QNX SDP.

https://github.com/boostorg/asio/blob/222ce926cdef798ad081adfaa7f8bb4ec63b8a5f/include/boost/asio/detail/socket_types.hpp

FaiqueAli commented 4 days ago

Hi is this issue has been resolved or when it would be expected ?