mirror of https://git.musl-libc.org/git/musl
Browse Source
gcc makes this mapping by default anyway, but it will be disabled by -fno-builtin (and presumably by -std=c99 or similar). for the main program the error will be reported by the linker, and the issue can easily be fixed, but for dynamic-loaded so files, the error cannot be detected until dlopen time, at which point it has become very obscure.rs-1.0
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue