From: Al Viro Date: Sun, 22 Apr 2012 07:28:20 +0000 (-0400) Subject: um: stub_rt_sigsuspend isn't needed these days anymore X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0088b6ec8fa4773dd56b861bfc1630f4c3c069db;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git um: stub_rt_sigsuspend isn't needed these days anymore Signed-off-by: Al Viro --- diff --git a/arch/x86/um/sys_call_table_64.c b/arch/x86/um/sys_call_table_64.c index 9924776f4265..170bd926a69c 100644 --- a/arch/x86/um/sys_call_table_64.c +++ b/arch/x86/um/sys_call_table_64.c @@ -31,7 +31,6 @@ #define stub_fork sys_fork #define stub_vfork sys_vfork #define stub_execve sys_execve -#define stub_rt_sigsuspend sys_rt_sigsuspend #define stub_sigaltstack sys_sigaltstack #define stub_rt_sigreturn sys_rt_sigreturn