]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/test/impl/execution_monitor.ipp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / test / impl / execution_monitor.ipp
index 808650e03714477f353e4e2356d8ee9d5e1a7d70..7d39f89d7075500e5f845ac26d9606f456eb9673 100644 (file)
@@ -163,7 +163,7 @@ namespace { void _set_se_translator( void* ) {} }
 
 // documentation of BOOST_TEST_DISABLE_ALT_STACK in execution_monitor.hpp
 #  if !defined(__CYGWIN__) && !defined(__QNXNTO__) && !defined(__bgq__) && \
-   (!defined(__ANDROID__) || __ANDROID_API__ >= 8) && \
+   (!defined(__ANDROID__) || __ANDROID_API__ >= 8) && !defined(__wasm__) && \
    !defined(BOOST_TEST_DISABLE_ALT_STACK)
 #    define BOOST_TEST_USE_ALT_STACK
 #  endif