mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
e3a41a51dab04d346db6d64bd202aa72cdff80c5
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.
…
…
…
…
See README.rst
Languages
C++
94.2%
C
3.7%
M4
1%
Makefile
0.8%
Shell
0.2%