Tatsuhiro Tsujikawa e3a41a51da Fix link error with Android NDK r9
Since Android ndk r9, __set_errno is deprecated. It is now defined as
inline function in errno.h. The syscall assembly calls __set_errno,
but since libc.so does not export it, the link fails. To workaround
this, replace all occurrences of __set_errno with a2_set_errno and
define it as normal C function.
2013-09-18 23:10:25 +09:00
2013-09-09 23:35:15 +02:00
2013-06-27 00:20:48 +09:00
2012-11-29 22:52:14 +09:00
2013-09-18 23:10:25 +09:00
2013-09-17 23:17:08 +09:00
2013-09-14 21:08:32 +09:00
2012-11-28 23:42:08 +09:00
2013-09-08 19:29:43 +09:00
2013-05-26 16:17:12 +09:00
Description
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Readme 68 MiB
Languages
C++ 94.2%
C 3.7%
M4 1%
Makefile 0.8%
Shell 0.2%