mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2000-12-02 H.J. Lu <hjl@gnu.org> * resolv/res_libc.c (res_init): Don't make it default.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user