asio
asio copied to clipboard
QNX DOES NOT have SA_RESTART signal
SA_RESTART is not a signal but a signal action, as SA already hints at. This flag is used to make sure that a system call which has been interrupted by the original signal will not continue but be restarted. This behaviour is not implemented in QNX. This will cause system build error!
Where is asio using this is as a signal?
Where is asio using this is as a signal? File: asio/include/asio/detail/socket_types.hpp Line: 412
I am going to fix it with upcoming adaptations for QNX8.0 and QNX7.1
keep tracking