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: errno, h_errno and _res


Unless I missed something, I didn't see any rationale about your moving the
TLS symbols to GLIBC_PRIVATE.  

> Shouldn't we change those 3 even in non-TLS builds from errno@@GLIBC_2.0
> to errno@GLIBC_2.0 etc., so that new programs accessing these directly
> simply don't link anymore?

I've done this.  But libpthread.so needs to refer to them, so I will have
to do some kind of funny business to make that work.


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