]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/suspended_spawn_26184412.c
xnu-6153.11.26.tar.gz
[apple/xnu.git] / tests / suspended_spawn_26184412.c
index 6a8977bb529cf9b632730130a174a95a76429d5c..976026d96ebad709c4025860613edeed9762ddc0 100644 (file)
@@ -14,6 +14,8 @@
 #include <sysexits.h>
 #include <err.h>
 
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
+
 /*
  * Test to validate that suspended-spawn DTRTs when a SIGKILL is recieved
  * while the process is waiting for SIGCONT.