This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Why some symbols exported in .a but not .so


On Sun, 6 Feb 2000, Martin v. Loewis wrote:

> So _nl_find_locale is be reserved for file-scope and tag names, but
> not as a name of an external function.

An implementation can introduce such names into the translation unit even if no
header file is included.  So it follows that the implementation can not only
use these names for external functions, but even cause them to be declared at
will.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]