platform_bionic/libc/kernel/tools
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
..
clean_header.py Tweaked the cleanup scripts to handle uapi and aarch64 headers. 2013-10-16 15:28:56 -07:00
cpp.py Fix NSIG. 2014-02-11 22:16:04 -08:00
defaults.py Fix NSIG. 2014-02-11 22:16:04 -08:00
find_headers.py [MIPS] Clean Kernel headers are generated by running 2012-03-27 11:38:00 -07:00
find_users.py auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
generate_uapi_headers.sh bionic: rename aarch64 target to arm64 2014-01-23 18:35:39 -08:00
kernel.py Make cpp.py less braindead. 2013-11-06 12:04:48 -08:00
update_all.py Clean up trailing whitespace in the kernel headers. 2013-01-30 10:13:07 -08:00
utils.py Slight script cleanup; make gensyscalls work from any directory. 2013-06-17 10:39:33 -07:00