mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 06:11:57 +00:00
libc is the macro, __libc is the internal symbol, but under some configurations on old/broken compilers, the symbol might not actually exist and the libc macro might instead use __libc_loc() to obtain access to the object.