HomeFreeBSD

MFC r303046:

Description

MFC r303046:
libc: tag the rune initialization function prototypes visibility as hidden.

It is good practice to export as few symbols as possible from your shared
libraries, so use the GCC visibility attribute in this case, matching what
Apple's libc does.

Reference:
https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/CppRuntimeEnv/Articles/SymbolVisibility.html

Hinted by: Apple's libc 1082.20.4
Approved by: re (gjb)

Details

Provenance
pfgAuthored on
Parents
rS303335: apply some style(9) to kbd: make function name start in column 1
Branches
Unknown
Tags
Unknown