asio icon indicating copy to clipboard operation
asio copied to clipboard

QNX DOES NOT have SA_RESTART signal

Open princeofdream opened this issue 1 year ago • 3 comments

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!

princeofdream avatar Sep 19 '23 01:09 princeofdream

Where is asio using this is as a signal?

klemens-morgenstern avatar Sep 19 '23 11:09 klemens-morgenstern

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

pkleymonov-qnx avatar Jan 18 '24 17:01 pkleymonov-qnx

keep tracking

princeofdream avatar Mar 28 '24 11:03 princeofdream