1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Remove --disable-versioning.

This commit is contained in:
Joseph Myers
2013-09-04 15:25:42 +00:00
parent 44558701ff
commit 3f2e46a494
28 changed files with 85 additions and 221 deletions

View File

@ -131,7 +131,7 @@ extern __thread struct __res_state *__libc_resp
/* We declare this with compat_symbol so that it's not
visible at link time. Programs must use the accessor functions. */
#if defined SHARED && defined DO_VERSIONING
#ifdef SHARED
# include <shlib-compat.h>
compat_symbol (libc, _res, _res, GLIBC_2_0);
#endif