mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
ptrace: Fix compilation after prev patch
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
e0bc24ec97
commit
4a895813ae
1 changed files with 1 additions and 1 deletions
2
ptrace.c
2
ptrace.c
|
|
@ -52,7 +52,7 @@ int suspend_seccomp(pid_t pid)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int seize_catch_task(pid)
|
||||
int seize_catch_task(pid_t pid)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue