platform_bionic/libc/include
Christopher Ferris 106b3a8a7d Update to kernel headers v4.7.2.
Modify the kernel header update script to rename C++ keyword
struct members to something else. This fixes problems when including
these kernel files in C++ code.

Also, make a manual change to linux/fib_rules.h and comment out the
value FRA_PAD since it conflicts with a special android kernel value
FRA_UID_START that has not been upstreamed yet.

Test: Built aosp_angler, aosp_x86_64, aosp_mips (bionic only)
Test: Booted on angler and ran bionic unit tests
Test: Built these changes in internal master

Change-Id: Ia22b7e3ca409404696dba76311f49157f4a9ceed
2016-08-29 12:07:13 -07:00
..
android versioner: replace availability attributes with annotate. 2016-08-08 16:39:07 -07:00
arpa Don't use the same declaration to declare multiple symbol names. 2016-08-08 16:39:07 -07:00
bits Update to kernel headers v4.7.2. 2016-08-29 12:07:13 -07:00
net Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
netinet POSIX says IPPORT_RESERVED is in <netdb.h>. 2016-08-12 10:38:35 -07:00
netpacket
sys Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. 2016-08-18 15:23:38 -07:00
alloca.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
ar.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
assert.h Stop #define'ing __func__ and __restrict. 2016-07-25 11:13:47 -07:00
byteswap.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
complex.h Remove #pragma GCC visibility. 2016-07-25 15:57:02 -07:00
cpio.h Add two missing POSIX constant-only headers. 2016-08-12 09:28:17 -07:00
ctype.h Add an alias for _CTYPE_N. 2016-07-15 12:54:05 -07:00
dirent.h Remove unnecessary 'extern's. 2016-07-22 18:57:12 -07:00
dlfcn.h dlerror returns char*, not const char*. 2016-08-11 15:02:45 -07:00
elf.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
endian.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
err.h The err family allow null format strings. 2014-07-11 02:53:27 +00:00
errno.h Remove unnecessary 'extern's. 2016-07-22 18:57:12 -07:00
error.h Make it possible to build bionic with -I instead of -isystem. 2016-07-22 13:12:53 -07:00
fcntl.h POSIX says <fcntl.h> makes SEEK_* visible. 2016-08-12 10:16:34 -07:00
features.h Move the meat of <features.h> into <sys/cdefs.h>. 2014-08-19 11:18:20 -07:00
fenv.h Remove #pragma GCC visibility. 2016-07-25 15:57:02 -07:00
fnmatch.h Remove unnecessary 'extern's. 2016-07-22 18:57:12 -07:00
fts.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
ftw.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
getopt.h Extract getopt and friends to <bits/getopt.h> 2016-04-07 18:01:59 -07:00
grp.h Make it possible to build bionic with -I instead of -isystem. 2016-07-22 13:12:53 -07:00
ifaddrs.h Add versioning information to symbols. 2016-04-29 16:39:50 -07:00
inttypes.h Update header versions for NDK platform fixes. 2016-06-02 13:40:35 -07:00
lastlog.h Fix various empty .h files in bionic. 2016-04-29 22:30:19 -07:00
libgen.h Remove unnecessary 'extern's. 2016-07-22 18:57:12 -07:00
limits.h Add IOV_MAX to <limits.h>. 2016-07-27 15:25:31 -07:00
link.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
locale.h POSIX says <locale.h> makes NULL visible. 2016-08-12 10:28:08 -07:00
malloc.h Restore attribute alloc_size for GCC. 2016-07-30 09:58:15 -07:00
math.h Move some POSIX math functions out of _USE_GNU/_USE_BSD. 2016-08-12 16:25:40 -07:00
memory.h
mntent.h Add __INTRODUCED_IN_FUTURE for unreleased APIs. 2016-04-29 16:39:50 -07:00
netdb.h Document that our getnameinfo(3) prototype is unfixably wrong. 2016-08-16 15:05:57 -07:00
nl_types.h Add __INTRODUCED_IN_FUTURE for unreleased APIs. 2016-04-29 16:39:50 -07:00
paths.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
poll.h Guard fortify inlines with __ANDROID_API__. 2016-08-05 16:33:32 -07:00
pthread.h POSIX says <sys/types.h> should make all the pthread_* types available. 2016-08-12 13:18:32 -07:00
pty.h Add versioning information to symbols. 2016-04-29 16:39:50 -07:00
pwd.h Make it possible to build bionic with -I instead of -isystem. 2016-07-22 13:12:53 -07:00
regex.h Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64. 2015-08-27 14:48:32 -07:00
resolv.h Remove #pragma GCC visibility. 2016-07-25 15:57:02 -07:00
sched.h Remove unnecessary 'extern's. 2016-07-22 18:57:12 -07:00
search.h Update header versions for NDK platform fixes. 2016-06-02 13:40:35 -07:00
semaphore.h POSIX says SEM_FAILED shall have type sem_t*. 2016-08-12 10:28:52 -07:00
setjmp.h Update header versions for NDK platform fixes. 2016-06-02 13:40:35 -07:00
signal.h Add version information for legacy inlines. 2016-08-02 14:32:42 -07:00
stdatomic.h Guard include of uchar.h in stdatomic.h 2016-08-04 18:22:12 +00:00
stdint.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
stdio.h POSIX says <fcntl.h> makes SEEK_* visible. 2016-08-12 10:16:34 -07:00
stdio_ext.h Add versioning information to symbols. 2016-04-29 16:39:50 -07:00
stdlib.h Add version information for legacy inlines. 2016-08-02 14:32:42 -07:00
string.h Guard fortify inlines with __ANDROID_API__. 2016-08-05 16:33:32 -07:00
strings.h Update header versions for NDK platform fixes. 2016-06-02 13:40:35 -07:00
syscall.h Add all the glibc one-line "synonym" header files. 2015-07-17 13:59:36 -07:00
sysexits.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
syslog.h Make it possible to build bionic with -I instead of -isystem. 2016-07-22 13:12:53 -07:00
tar.h Add two missing POSIX constant-only headers. 2016-08-12 09:28:17 -07:00
termio.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
termios.h Add version information for legacy inlines. 2016-08-02 14:32:42 -07:00
time.h Remove unnecessary 'extern's. 2016-07-22 18:57:12 -07:00
time64.h Remove the non-standard time64 stuff for LP64. 2014-05-05 17:14:02 -07:00
uchar.h Clean up <uchar.h> and <wctype.h> transitive includes. 2016-07-27 10:45:05 -07:00
ucontext.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00
unistd.h POSIX says <fcntl.h> makes SEEK_* visible. 2016-08-12 10:16:34 -07:00
utime.h Remove unnecessary 'extern's. 2016-07-22 18:57:12 -07:00
utmp.h Add versioning information to symbols. 2016-04-29 16:39:50 -07:00
wait.h Add all the glibc one-line "synonym" header files. 2015-07-17 13:59:36 -07:00
wchar.h Clean up <uchar.h> and <wctype.h> transitive includes. 2016-07-27 10:45:05 -07:00
wctype.h Clean up <uchar.h> and <wctype.h> transitive includes. 2016-07-27 10:45:05 -07:00
xlocale.h Always include <sys/cdefs.h>. 2016-07-22 17:01:54 -07:00