cvs commit: src/lib/libc/resolv Symbol.map res_debug.c

Daniel Eischen eischen at vigrid.com
Fri Apr 6 20:11:50 UTC 2007


On Fri, 6 Apr 2007, Alexander Kabaev wrote:

> kan         2007-04-06 19:45:17 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    lib/libc/resolv      Symbol.map res_debug.c
>  Log:
>  __p_rcode_syms is declared as external in resolv.conf, so it cannot be
>  redeclared as static in res_debug.c.
>
>  Make __p_rcode_syms global and add it to Symbol map. The rest of
>  __p_??_syms are already global.
>
>  Choice of FBSD_1.0 version for these debug symbols seems strange and
>  should be revisited before symbol  versioning is enabled for libc.so.7.

Why don't you put them in the private namespace (FBSDprivate)
if they are only used for debugging?

-- 
DE


More information about the cvs-src mailing list