Commit 4a895813 authored by Pavel Emelyanov's avatar Pavel Emelyanov

ptrace: Fix compilation after prev patch

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e0bc24ec
...@@ -52,7 +52,7 @@ int suspend_seccomp(pid_t pid) ...@@ -52,7 +52,7 @@ int suspend_seccomp(pid_t pid)
return 0; return 0;
} }
int seize_catch_task(pid) int seize_catch_task(pid_t pid)
{ {
int ret; int ret;
......
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