Clean up the sigprocmask/pthread_sigmask implementation.
Let's have both use rt_sigprocmask, like in glibc. The 64-bit ABIs can share the same code as the 32-bit ABIs. Also, let's test the return side of these calls, not just the setting. Bug: 11069919 Change-Id: I11da99f85b5b481870943c520d05ec929b15eddb
This commit is contained in:
@@ -155,7 +155,6 @@ syscall_src += arch-mips/syscalls/timerfd_create.S
|
||||
syscall_src += arch-mips/syscalls/timerfd_settime.S
|
||||
syscall_src += arch-mips/syscalls/timerfd_gettime.S
|
||||
syscall_src += arch-mips/syscalls/sigaction.S
|
||||
syscall_src += arch-mips/syscalls/sigprocmask.S
|
||||
syscall_src += arch-mips/syscalls/__sigsuspend.S
|
||||
syscall_src += arch-mips/syscalls/__rt_sigaction.S
|
||||
syscall_src += arch-mips/syscalls/__rt_sigprocmask.S
|
||||
|
||||
Reference in New Issue
Block a user