This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: nix INTUSE?


Roland McGrath wrote:

I'm not following you.  If something is entirely internal, we just declare
it with attribute_hidden and that's all that's needed.  If something is
exported, then we can use libc_hidden_proto.
The hidden_proto/hidden_def trick does not work with versioning. In these case you have to work around the versioning and add alises to the original names. There were a few more special cases, all related to compatiblity hacks.

--
---------------. ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Red Hat `--' drepper at redhat.com `------------------------


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