This is the mail archive of the libc-hacker@sourceware.cygnus.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]

Re: [PATCH] res_querydomain fix


Jakub Jelinek <jakub@redhat.com> writes:

> glibc 2.1.x export symbol res_querydomain, that's what resolv/Versions in
> 2.1.90 export as well, but due to the unconditional redefinition (have no
> idea why it is there) __res_querydomain is not exported at all and
> res_querydomain does not exist at all. So programs wanting to use
> res_querydomain loose.

OK, I've applied the patch.  Thanks.

> BTW: _res_resultcodes and __p_rr used to be exported as well in glibc 2.1.x
> and are still mentioned in the Versions file, but they are no longer
> present. Should we add those for binary compatibility?

Yep, we probably should do this.  Any volunteer?

-- 
---------------.      drepper at gnu.org  ,-.   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]