Commit fc2de174 authored by Andrey Vagin's avatar Andrey Vagin

zdtm: fix warning in transition/ptrace.c

parent 88bd35a4
...@@ -25,6 +25,7 @@ static void *thread(void *arg) ...@@ -25,6 +25,7 @@ static void *thread(void *arg)
*(int *)arg = syscall(SYS_gettid); *(int *)arg = syscall(SYS_gettid);
while (1) while (1)
sleep(1); sleep(1);
return NULL;
} }
int main(int argc, char **argv) int main(int argc, char **argv)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment