mirror of https://github.com/aria2/aria2
![]() Android NDK R8e does not provide ftruncate64, but bionic has the assembler code to access kernel function. We borrowed those ftruncate64.S files from android source code repository. It turns out that x86 asm.h in NDK R8e is also broken, so latest asm.h was also borrowed. |
||
---|---|---|
.. | ||
README.rst | ||
arm-ftruncate64.S | ||
mips-ftruncate64.S | ||
x86-asm.h | ||
x86-ftruncate64.S |
README.rst
The files under this directory tree were copied from android source code repository.