Check whether SA_RESTART is defined and don't use it if it isn't.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2010 12:45:43 +0000 (12:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2010 12:45:43 +0000 (12:45 +0000)
commit26844c729f85ca8e03ab2126bcefaeed5f1a7edb
tree16951d0bf19deb497b389a85438d6fb0350ddd44
parentfeedacd880da4e7714dad15fa62eabaa24af4dab
Check whether SA_RESTART is defined and don't use it if it isn't.

SA_RESTART is not defined for QNX and not only VMS so test for it directly
instead of testing for the platform.

See #11817.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/appunix.cpp