From 0088b6ec8fa4773dd56b861bfc1630f4c3c069db Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 22 Apr 2012 03:28:20 -0400 Subject: um: stub_rt_sigsuspend isn't needed these days anymore Signed-off-by: Al Viro --- arch/x86/um/sys_call_table_64.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86/um/sys_call_table_64.c') 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 -- cgit