summaryrefslogtreecommitdiffstats
path: root/libc/unistd/pwrite.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix pread()/pwrite() stubsMatt Fischer2010-02-121-2/+2
| | | | | | | On ARM EABI, 64-bit function parameters must be aligned to an even/odd register pair. The weird way these stubs were written (using separate lo/hi parameters) prevented this alignment from being enforced by the compiler.
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-17/+5
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+49