![explorer](/assets/img/avatar_default.png)
On platforms where we can use weak aliases, use __weak_alias(__errno, __errno_func); and on platforms where we cannot, just compile the function as __errno, since on those platforms we cannot make libc thread-safe, at least using this trick. Are there any platforms where we cannot do __weak_alias() anymore?
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%