platform_bionic/libc/arch-x86
Elliott Hughes 460130b7d0 Fix sigsetjmp/siglongjmp to save/restore RT signals on arm/x86 too.
Our arm and x86 ABIs shipped with a 32-bit `sigset_t`, so we need to
use sigprocmask64 to save/restore the RT signals too. (This is important
because several are in use by the system, and the behavior of our 32-bit
`sigset_t` is to clear the RT signals.)

Bug: http://b/72493232
Test: ran tests
Change-Id: Idff91f8b2849276e5a3073d07eccd84e02a34410
2018-01-31 17:47:16 -08:00
..
atom/string Clean up 32-bit x86 memset assembler. 2016-08-01 14:00:45 -07:00
bionic Fix sigsetjmp/siglongjmp to save/restore RT signals on arm/x86 too. 2018-01-31 17:47:16 -08:00
generic/string Clean up bcopy cruft. 2016-03-03 10:41:42 -08:00
silvermont/string Clean up 32-bit x86 memset assembler. 2016-08-01 14:00:45 -07:00
syscalls Fix SYSCALLS.TXT now clock_getres comes from the vdso. 2017-12-11 11:40:40 -08:00