This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: Symbol visibility question


On 11/05/2012 10:37 PM, Jakub Jelinek wrote:

If you need a function defined in one library used from another library, but
don't want to make it a public API, just use GLIBC_PRIVATE symbol version
for it.

I tried to do that for the internal alias for secure_getenv, but making that GLIBC_PRIVATE broke dynamic linking. Are you sure that this works? If yes, how?


--
Florian Weimer / Red Hat Product Security Team


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