This is the mail archive of the libc-alpha@sources.redhat.com 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: res_init etc


Arkadiusz Miskiewicz <misiek@pld.ORG.PL> writes:

> [misiek@arm misiek]$ objdump -T /usr/lib/libresolv.so |grep res_init
> 00000000      DF *UND*	00000062  GLIBC_2.2   __res_init
> 
> where is res_init (GLIBC_2.0) symbol ?  AFAIK it should be here
> for compatibility with older glibc.

There was a problem with one remaining call to __res_init in the code.
This is gone now.  The symbol __res_init is not available for linking
anymore but is still there for old applications.

-- 
---------------.                          ,-.   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]