platform_bionic/libc/include
Daniel Leung afcc0cccda Add mmap64()
This adds mmap64() to bionic so that it is possible to have
large offset passed to kernel. However, the syscall mechanism
only passes 32-bit number to kernel. So effectively, the
largest offset that can be passed is about 43 bits (since
offset is signed, and the number passed to kernel is number
of pages (page size == 4K => 12 bits)).

Change-Id: Ib54f4e9b54acb6ef8b0324f3b89c9bc810b07281
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2013-09-19 14:11:26 -07:00
..
android
arpa
net
netinet Add TCP_INFO state enum values. 2013-07-11 16:21:32 -07:00
netpacket
sys Add mmap64() 2013-09-19 14:11:26 -07:00
alloca.h
ar.h
assert.h
byteswap.h
ctype.h Make ctype.h a little less unhygienic. 2013-08-13 14:30:59 -07:00
dirent.h
dlfcn.h
elf.h
endian.h
err.h
errno.h
fcntl.h libc: Rename fortify error functions. 2013-06-18 13:07:18 -07:00
features.h
fnmatch.h
fts.h
ftw.h
getopt.h Switch to current upstream getopt_long. 2013-06-25 14:56:17 -07:00
grp.h
inttypes.h Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. 2013-08-12 12:07:05 -07:00
lastlog.h
libgen.h
limits.h
link.h Add the dl_iterate_phdr function to libdl for arm. 2013-09-06 09:53:54 -07:00
locale.h
malloc.h
memory.h
mntent.h Ensure header files using __BEGIN_DECLS include sys/cdefs.h. 2013-06-05 17:58:08 -07:00
netdb.h
nsswitch.h
pathconf.h
paths.h
poll.h
pthread.h
pwd.h
regex.h
resolv.h Expose dn_comp and dn_expand to system C code. 2013-07-02 15:57:57 -07:00
sched.h
search.h
semaphore.h
setjmp.h
sgtty.h
sha1.h
signal.h update signal.h to be C90 compatable 2013-06-05 18:05:36 -07:00
stdint.h Fix stdint.h intptr_t/uintptr_t for x86_64/x32 2013-08-02 19:23:37 +04:00
stdio.h stdio.h: enable vs?printf clang FORTIFY_SOURCE 2013-06-27 09:17:48 -07:00
stdlib.h Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. 2013-08-12 12:07:05 -07:00
string.h Fix strchr for basic non-sse case on x86 2013-09-03 16:20:52 +04:00
strings.h More FORTIFY_SOURCE functions under clang 2013-06-29 08:16:22 -07:00
syslog.h Merge "syslog needs a valid socket path for _PATH_LOG" 2013-08-05 20:41:50 +00:00
termio.h
termios.h
time.h
time64.h
unistd.h Declare __page_shift and __page_size with C linkage. 2013-09-19 11:55:36 -07:00
util.h
utime.h
utmp.h
wchar.h Ensure that <stdint.h> defines SIZE_MAX and friends. 2013-06-13 16:02:53 -07:00
wctype.h