bionic/libc
Elliott Hughes 5c2772f59d The SYS_ constants should cover all __NR_ values.
<sys/linux-syscalls.h> only contains constants for the syscalls
we're generating stubs for. We want all the syscalls available
on the architecture in question.

Keep using <sys/linux-syscalls.h> on ARM for now because the
__NR_ARM_set_tls and __NR_ARM_cacheflush values aren't in <asm/unistd.h>.

Change-Id: I66683950d87d9b18d6107d0acc0ed238a4496f44
2013-03-21 22:26:20 -07:00
..
arch-arm The SYS_ constants should cover all __NR_ values. 2013-03-21 22:26:20 -07:00
arch-mips The SYS_ constants should cover all __NR_ values. 2013-03-21 22:26:20 -07:00
arch-x86 The SYS_ constants should cover all __NR_ values. 2013-03-21 22:26:20 -07:00
bionic Fix pthread_setname_np's behavior on invalid pthread_ts. 2013-03-21 20:02:35 -07:00
include The SYS_ constants should cover all __NR_ values. 2013-03-21 22:26:20 -07:00
kernel Drop unnecessary execution permission for .cpp/.c/.h 2013-03-22 10:28:15 +08:00
netbsd Clean up internal libc logging. 2013-03-15 16:12:58 -07:00
private Hide various symbols that shouldn't be exposed. 2013-03-15 16:31:09 -07:00
stdio Define DEFFILEMODE and friends 2012-11-29 11:53:33 -08:00
stdlib stdlib: atexit: include <sys/cdefs.h> 2013-02-16 21:23:27 +05:30
string Drop magic number in strrchr and strchr 2013-03-22 10:18:09 +08:00
tools The SYS_ constants should cover all __NR_ values. 2013-03-21 22:26:20 -07:00
tzcode Don't search off the end of the index for bad Olson ids. 2013-03-14 14:38:08 -07:00
unistd Upgrade to current NetBSD popen/pclose. 2013-03-06 16:20:55 -08:00
upstream-dlmalloc Fix build warning of initialization but no use. 2012-09-06 09:59:13 -07:00
upstream-freebsd Regenerate NOTICE files. 2013-03-07 11:51:10 -08:00
upstream-netbsd Upgrade to current NetBSD popen/pclose. 2013-03-06 16:20:55 -08:00
wchar Switch to upstream-freebsd for the unmolested wchar code. 2013-03-01 18:35:56 -08:00
zoneinfo Fix a bug in ZoneCompactor that meant the zonetab offset was wrong. 2013-03-14 17:10:24 -07:00
Android.mk Expose wait4 as wait4 rather than __wait4. 2013-03-21 16:14:06 -07:00
CAVEATS auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
MODULE_LICENSE_BSD auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE Regenerate NOTICE files. 2013-03-07 11:51:10 -08:00
SYSCALLS.TXT Expose wait4 as wait4 rather than __wait4. 2013-03-21 16:14:06 -07:00