bionic/libc/docs
David 'Digit' Turner 95d751feac libc: Add ftruncate64 and improve 64-bit parameter syscall handling.
This patch improves the handling of 64-bit parameters in syscalls on ARM.
The ARM EABI mandates that 64-bit quantities be passed in even/odd register
pairs, which requires special treatment.

This allows us to simplify our implementations of pread() and pwrite()
and remove the C stubs for pread64() and pwrite64().

Also add ftruncate64() to <unistd.h>

Change-Id: I407e2fd223ba0093dd2d0b04c6152fadfc9ce3ef

Bug 3107933
2010-12-16 17:04:41 +01:00
..
CHANGES.TXT libc: Add ftruncate64 and improve 64-bit parameter syscall handling. 2010-12-16 17:04:41 +01:00
ISSUES.TXT Fix getservent() so that it returns s_port in network byte order. 2009-05-27 00:01:11 +02:00
OVERVIEW.TXT auto import //branches/master/...@140412 2009-03-18 22:20:24 -07:00
SYSV-IPC.TXT auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00