Commit 8764e745 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

check: make check_ptrace_peeksiginfo and check_sigqueuinfo as static

They are not used outside.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 434879c0
...@@ -493,7 +493,7 @@ static int check_ipc(void) ...@@ -493,7 +493,7 @@ static int check_ipc(void)
return -1; return -1;
} }
int check_sigqueuinfo() static int check_sigqueuinfo()
{ {
siginfo_t info = { .si_code = 1 }; siginfo_t info = { .si_code = 1 };
...@@ -507,7 +507,7 @@ int check_sigqueuinfo() ...@@ -507,7 +507,7 @@ int check_sigqueuinfo()
return 0; return 0;
} }
int check_ptrace_peeksiginfo() static int check_ptrace_peeksiginfo()
{ {
struct ptrace_peeksiginfo_args arg; struct ptrace_peeksiginfo_args arg;
siginfo_t siginfo; siginfo_t siginfo;
......
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