android_bionic/libc/include
Elliott Hughes 8e4d371091 Add greg_t for arm64.
This was already present for the other architectures. I think we skipped
this because glibc seems to have an incorrect definition (int rather than
long), but the kernel has the sane definition (just not in a uapi header).

Change-Id: I0d47a424b505804389853dd8632693dad55a3907
2014-09-19 10:31:49 -07:00
..
android Missing #include <sys/cdefs.h>. 2014-08-19 11:08:02 -07:00
arpa Add in_port_t and move it and in_addr_t to the correct header file. 2014-08-19 12:43:50 -07:00
machine
net
netinet Add in_port_t and move it and in_addr_t to the correct header file. 2014-08-19 12:43:50 -07:00
netpacket
sys Add greg_t for arm64. 2014-09-19 10:31:49 -07:00
alloca.h
ar.h
assert.h
byteswap.h
ctype.h
dirent.h
dlfcn.h
elf.h Run constructors before resolving ifunc functions 2014-08-21 14:24:13 -07:00
endian.h
err.h
errno.h
fcntl.h Update kernel uapi headers to v3.16.1. 2014-09-17 17:05:17 -07:00
features.h Move the meat of <features.h> into <sys/cdefs.h>. 2014-08-19 11:18:20 -07:00
fnmatch.h
fts.h
ftw.h
getopt.h
grp.h Remove declarations for things that don't exist. 2014-07-29 16:57:47 -07:00
inttypes.h
lastlog.h
libgen.h Don't expose non-standard basename_r and dirname_r in LP64. 2014-09-08 16:44:48 -07:00
limits.h
link.h
locale.h
malloc.h Implement malloc_info(3). 2014-08-22 10:23:12 -07:00
memory.h
mntent.h
netdb.h
nsswitch.h
pathconf.h
paths.h
poll.h
pthread.h Add pthread_gettid_np and re-expose __get_thread for LP32. 2014-09-11 16:22:50 -07:00
pwd.h
regex.h
resolv.h
sched.h Move the meat of <features.h> into <sys/cdefs.h>. 2014-08-19 11:18:20 -07:00
search.h
semaphore.h
setjmp.h
sgidefs.h
sgtty.h
signal.h POSIX says <signal.h> gets you ucontext_t. 2014-09-12 20:47:35 -07:00
stdatomic.h Make stdatomic.h work with gcc4.6 host compiler 2014-08-29 17:03:26 -07:00
stdint.h
stdio.h Fix some 32-bit-isms in <stdio.h>. 2014-09-17 15:21:10 -07:00
stdio_ext.h Add <stdio_ext.h> for elfutils. 2014-08-20 10:23:52 -07:00
stdlib.h Change name of MB_CUR_MAX implementation function. 2014-08-14 13:56:51 -07:00
string.h Add GNU-compatible strerror_r. 2014-08-28 16:37:09 -07:00
strings.h
syslog.h
termio.h
termios.h
time.h
time64.h
uchar.h
ucontext.h
unistd.h Move the meat of <features.h> into <sys/cdefs.h>. 2014-08-19 11:18:20 -07:00
util.h
utime.h
utmp.h
wchar.h Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. 2014-08-20 17:03:46 -07:00
wctype.h
xlocale.h