bionic/libc
Elliott Hughes 199346a2ab Fix NSIG.
Our sigset_t definition hasn't been tied to our NSIG definition since we
switched to uapi headers, so we can now fix it without breaking the LP32 ABI.
The kernel uapi headers define and use _NSIG, so we need to have our scripts
rename the kernel's definitions out of the way, then we can define _NSIG
and NSIG in terms of the kernel's off-by-one value.

Bug: 12938442
Change-Id: Ic7c86fd5be5ad1d822f7b2b1d88c8a0d70a1ac0f
2014-02-11 22:16:04 -08:00
..
arch-arm Build syscall stubs in their own library. 2014-02-11 13:52:02 -08:00
arch-arm64 Build syscall stubs in their own library. 2014-02-11 13:52:02 -08:00
arch-common/bionic AArch64: Add initial support for AArch64 2013-12-16 17:00:22 -08:00
arch-mips Build syscall stubs in their own library. 2014-02-11 13:52:02 -08:00
arch-mips64 Build syscall stubs in their own library. 2014-02-11 13:52:02 -08:00
arch-x86 Build syscall stubs in their own library. 2014-02-11 13:52:02 -08:00
arch-x86_64 Build syscall stubs in their own library. 2014-02-11 13:52:02 -08:00
bionic Switch <elf.h> over to linux uapi under the covers. 2014-02-10 18:22:24 -08:00
include Fix NSIG. 2014-02-11 22:16:04 -08:00
kernel Fix NSIG. 2014-02-11 22:16:04 -08:00
netbsd Remove a __system_property_get call from the DNS code. 2014-01-28 14:54:11 -08:00
private Switch <elf.h> over to linux uapi under the covers. 2014-02-10 18:22:24 -08:00
stdio Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
stdlib bionic: call stdio cleanup on exit 2013-11-19 09:49:17 +07:00
string Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. 2013-08-14 18:14:43 -07:00
tools Build syscall stubs in their own library. 2014-02-11 13:52:02 -08:00
tzcode Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
unistd Switch to current upstream getopt_long. 2013-06-25 14:56:17 -07:00
upstream-dlmalloc Fix build warning of initialization but no use. 2012-09-06 09:59:13 -07:00
upstream-freebsd Switch to upstream sleep(3) and usleep(3). 2013-11-20 16:24:16 -08:00
upstream-netbsd bionic: call stdio cleanup on exit 2013-11-19 09:49:17 +07:00
wchar Switch to upstream-freebsd for the unmolested wchar code. 2013-03-01 18:35:56 -08:00
zoneinfo Upgrade to tzdata2013i. 2013-12-20 11:26:19 -08:00
Android.mk [MIPS64] Dynamic linker 2014-02-11 15:33:14 -08:00
MODULE_LICENSE_BSD
NOTICE Regenerate the NOTICE files. 2014-01-07 13:46:11 -08:00
SYSCALLS.TXT [MIPS64] Add syscall related files 2014-02-06 15:39:38 -08:00