Commit 0088b6ec authored by Al Viro's avatar Al Viro

um: stub_rt_sigsuspend isn't needed these days anymore

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 243412be
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#define stub_fork sys_fork #define stub_fork sys_fork
#define stub_vfork sys_vfork #define stub_vfork sys_vfork
#define stub_execve sys_execve #define stub_execve sys_execve
#define stub_rt_sigsuspend sys_rt_sigsuspend
#define stub_sigaltstack sys_sigaltstack #define stub_sigaltstack sys_sigaltstack
#define stub_rt_sigreturn sys_rt_sigreturn #define stub_rt_sigreturn sys_rt_sigreturn
......
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