summaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_join.cpp
diff options
context:
space:
mode:
authorDaniel Leung <daniel.leung@intel.com>2013-09-18 14:41:18 -0700
committerElliott Hughes <enh@google.com>2013-09-19 14:11:26 -0700
commitafcc0cccdafef0c67600cbbc72cee0e7a41f3f04 (patch)
tree506a007c24f06d7ec6415c22901f7485c06b8797 /libc/bionic/pthread_join.cpp
parentd5ddf40ecf72a03e38164389555ccdade779ab5a (diff)
downloadbionic-afcc0cccdafef0c67600cbbc72cee0e7a41f3f04.zip
bionic-afcc0cccdafef0c67600cbbc72cee0e7a41f3f04.tar.gz
bionic-afcc0cccdafef0c67600cbbc72cee0e7a41f3f04.tar.bz2
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>
Diffstat (limited to 'libc/bionic/pthread_join.cpp')
0 files changed, 0 insertions, 0 deletions