Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 12 Feb 2001 20:21:47 +0000 (20:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 12 Feb 2001 20:21:47 +0000 (20:21 +0000)
2000-12-02  H.J. Lu  <hjl@gnu.org>

* resolv/res_libc.c (res_init): Don't make it default.

ChangeLog
resolv/res_libc.c

index 468dc2f..ba9d81c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-02  H.J. Lu  <hjl@gnu.org>
+
+       * resolv/res_libc.c (res_init): Don't make it default.
+
 2001-02-12  Ulrich Drepper  <drepper@redhat.com>
 
        * manual/debug.texi: Improved the wording.
index fde5f5c..a4df81e 100644 (file)
@@ -84,5 +84,7 @@ res_init(void) {
 
 #if SHLIB_COMPAT(libc, GLIBC_2_0, GLIBC_2_2)
 # undef res_init
-weak_alias (__res_init, res_init);
+trong_alias (__res_init, __res_init_weak);
+weak_extern (__res_init_weak);
+compat_symbol (libc, __res_init_weak, res_init, GLIBC_2_0);
 #endif