]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/sigcont_return.c
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / sigcont_return.c
index 5e9258923dfbea77576f4855cdf030ead50d63ec..1788cad68b648b4472c44f602095c67ab72ec3f9 100644 (file)
@@ -6,6 +6,8 @@
 
 #include <darwintest.h>
 
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
+
 T_DECL(sigcontreturn, "checks that a call to waitid() for a child that is stopped and then continued returns correctly")
 {
        pid_t           pid;