mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
um: stub_rt_sigsuspend isn't needed these days anymore
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
243412be9c
commit
0088b6ec8f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue