platform_bionic/libc
Goran Jakovljevic 379666996d MIPS32: Make sigset64_t equal to sigset_t
sigset_t is already large enough on mips so use the same principle
as on LP64 architectures: typedef sigset_t sigset64_t

Also prevent accessing sa_restorer field for architectures which
don't define SA_RESTORER in signal_test.

This allows compilation of signal_test.

Test: bionic-unit-tests in QEMU (MIPS32)
Change-Id: I965e202c9a7f7d109e4ec25ad87172dc7c1b8806
2018-02-12 09:03:10 +01:00
..
arch-arm Merge "Remove __overloadable/__RENAME_CLANG" 2018-02-10 02:30:37 +00:00
arch-arm64 bionic: add vdso clock_getres 2017-12-07 09:41:48 -08:00
arch-common/bionic Merge "crtbegin: Correctly align ESP to 16 for __i386__" 2018-02-09 06:56:31 +00:00
arch-mips Remove __overloadable/__RENAME_CLANG 2018-02-06 13:35:56 -08:00
arch-mips64 bionic: add vdso clock_getres 2017-12-07 09:41:48 -08:00
arch-x86 Fix sigsetjmp/siglongjmp to save/restore RT signals on arm/x86 too. 2018-01-31 17:47:16 -08:00
arch-x86_64 bionic: add vdso clock_getres 2017-12-07 09:41:48 -08:00
async_safe Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. 2017-10-25 14:28:42 -07:00
bionic Merge "Remove __overloadable/__RENAME_CLANG" 2018-02-10 02:30:37 +00:00
dns Improve glibc compatibility of gethostby*_r functions. 2017-10-23 17:38:35 -07:00
include MIPS32: Make sigset64_t equal to sigset_t 2018-02-12 09:03:10 +01:00
kernel Update to v4.15 kernel headers. 2018-02-01 10:51:01 -08:00
malloc_debug Add aligned_alloc to libc. 2018-02-07 06:57:14 -08:00
private Add aligned_alloc to libc. 2018-02-07 06:57:14 -08:00
seccomp Run bpfmt manually. 2018-02-05 17:30:57 -08:00
stdio Remove __overloadable/__RENAME_CLANG 2018-02-06 13:35:56 -08:00
stdlib Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols 2017-10-27 10:01:46 +02:00
system_properties Renames nonplat_property_contexts to vendor_property_contexts 2018-02-01 23:32:24 +08:00
tools Block bunch of privileged syscalls to apps 2018-01-22 22:30:17 -08:00
tzcode Add missing includes. 2017-10-11 11:25:52 -07:00
upstream-freebsd Change ARG_MAX/_SC_ARG_MAX back to a constant. 2017-11-15 15:14:35 -08:00
upstream-netbsd
upstream-openbsd Remove __overloadable/__RENAME_CLANG 2018-02-06 13:35:56 -08:00
versioner-dependencies Unified sysroot: kill arch-specific include dirs. 2017-10-12 13:19:51 -07:00
Android.bp Merge "Run bpfmt manually." 2018-02-06 03:58:23 +00:00
Android.mk
fs_config_generator.py
libc.arm.map Add aligned_alloc to libc. 2018-02-07 06:57:14 -08:00
libc.arm64.map Add aligned_alloc to libc. 2018-02-07 06:57:14 -08:00
libc.map.txt Add aligned_alloc to libc. 2018-02-07 06:57:14 -08:00
libc.mips.map Add aligned_alloc to libc. 2018-02-07 06:57:14 -08:00
libc.mips64.map Add aligned_alloc to libc. 2018-02-07 06:57:14 -08:00
libc.x86.map Add aligned_alloc to libc. 2018-02-07 06:57:14 -08:00
libc.x86_64.map Add aligned_alloc to libc. 2018-02-07 06:57:14 -08:00
libstdc++.arm.map
libstdc++.arm64.map
libstdc++.map.txt
libstdc++.mips.map
libstdc++.mips64.map
libstdc++.x86.map
libstdc++.x86_64.map
MODULE_LICENSE_BSD
NOTICE Rewrite getentropy. 2018-02-05 12:57:22 -08:00
SECCOMP_BLACKLIST_APP.TXT Block bunch of privileged syscalls to apps 2018-01-22 22:30:17 -08:00
SECCOMP_BLACKLIST_COMMON.TXT Split zygote's seccomp filter into two 2018-01-04 12:28:40 -08:00
SECCOMP_WHITELIST_APP.TXT Split zygote's seccomp filter into two 2018-01-04 12:28:40 -08:00
SECCOMP_WHITELIST_COMMON.TXT Split zygote's seccomp filter into two 2018-01-04 12:28:40 -08:00
SECCOMP_WHITELIST_GLOBAL.TXT
SECCOMP_WHITELIST_SYSTEM.TXT Add bpf syscall to seccomp whitelist 2018-01-18 12:08:34 -08:00
SYSCALLS.TXT Add sigset64_t and accompanying functions. 2018-01-30 18:47:16 -08:00
version_script.txt