aria2/src/android
Tatsuhiro Tsujikawa 5bc5665c6a Support off64_t for Android build
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.
2013-05-06 19:12:17 +09:00
..
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.