]> git.saurik.com Git - apple/libpthread.git/blobdiff - tests/pthread_jit_write_protection.c
libpthread-454.80.2.tar.gz
[apple/libpthread.git] / tests / pthread_jit_write_protection.c
index bb178761574b81b7a5d3f2d9a722500171aa4bb9..f3401196bef15eb5ee2d34b24c330d232d95be72 100644 (file)
 #include <ptrauth.h>
 #endif
 
+#include <TargetConditionals.h>
+
+#if !TARGET_OS_OSX
+#error "These tests are only expected to run on macOS"
+#endif // TARGET_OS_OSX
+
 T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
 
 /* Enumerations */