]> git.saurik.com Git - apple/xnu.git/blame - tools/tests/xnu_quick_test/helpers/sleep.c
xnu-1228.tar.gz
[apple/xnu.git] / tools / tests / xnu_quick_test / helpers / sleep.c
CommitLineData
2d21ac55
A
1/* Helper binary for the execve tests. Added for PR-4607285 */
2#include <unistd.h>
3int main()
4{
5 sleep(120);
6}