X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e:/tests/sigcont_return.c diff --git a/tests/sigcont_return.c b/tests/sigcont_return.c index 5e9258923..1788cad68 100644 --- a/tests/sigcont_return.c +++ b/tests/sigcont_return.c @@ -6,6 +6,8 @@ #include +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;