X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0c530ab8987f0ae6a1a3d9284f40182b88852816..2d21ac55c334faf3a56e5634905ed6987fc787d4:/tools/tests/xnu_quick_test/helpers/sleep.c diff --git a/tools/tests/xnu_quick_test/helpers/sleep.c b/tools/tests/xnu_quick_test/helpers/sleep.c new file mode 100644 index 000000000..e74110f3e --- /dev/null +++ b/tools/tests/xnu_quick_test/helpers/sleep.c @@ -0,0 +1,6 @@ +/* Helper binary for the execve tests. Added for PR-4607285 */ +#include +int main() +{ + sleep(120); +}