]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/remote_time.c
xnu-7195.81.3.tar.gz
[apple/xnu.git] / tests / remote_time.c
index 1cb3f94cc4a1b2d081879451e13b1db7ca1bdfa0..8a05c73c1f6278bfc009b6034e5e7869b04fbf28 100644 (file)
@@ -4,6 +4,9 @@
 #include <stdint.h>
 #include <sys/sysctl.h>
 #include <TargetConditionals.h>
+
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
+
 extern uint64_t __mach_bridge_remote_time(uint64_t);
 
 T_DECL(remote_time_syscall, "test mach_bridge_remote_time syscall",