diff options
author | Elliott Hughes <enh@google.com> | 2013-10-15 11:23:57 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-10-15 11:23:57 -0700 |
commit | 19e62325c268a668692e2b65fde2284079f369aa (patch) | |
tree | 364b827a4b7504b5f00c18a2f1bafc5b7d1d83b8 /libc/arch-mips/syscalls.mk | |
parent | abeafbd6d5e11044dd305e48134bc3d84319a3da (diff) | |
download | bionic-19e62325c268a668692e2b65fde2284079f369aa.zip bionic-19e62325c268a668692e2b65fde2284079f369aa.tar.gz bionic-19e62325c268a668692e2b65fde2284079f369aa.tar.bz2 |
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
Diffstat (limited to 'libc/arch-mips/syscalls.mk')
-rw-r--r-- | libc/arch-mips/syscalls.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/arch-mips/syscalls.mk b/libc/arch-mips/syscalls.mk index 4611cd8..740f91c 100644 --- a/libc/arch-mips/syscalls.mk +++ b/libc/arch-mips/syscalls.mk @@ -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 |