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-Tag: firefly_0821_release~3680^2~2811^2^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0088b6ec8fa4773dd56b861bfc1630f4c3c069db;p=firefly-linux-kernel-4.4.55.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