• R
    define and use internal macros for hidden visibility, weak refs · 9b95fd09
    Rich Felker 提交于
    this cleans up what had become widespread direct inline use of "GNU C"
    style attributes directly in the source, and lowers the barrier to
    increased use of hidden visibility, which will be useful to recovering
    some of the efficiency lost when the protected visibility hack was
    dropped in commit dc2f368e, especially
    on archs where the PLT ABI is costly.
    9b95fd09
syscall_arch.h 3.5 KB