mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Remove non-ELF support
This commit is contained in:
@ -133,7 +133,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 HAVE_ELF && defined SHARED && defined DO_VERSIONING
|
||||
#if defined SHARED && defined DO_VERSIONING
|
||||
# include <shlib-compat.h>
|
||||
compat_symbol (libc, _res, _res, GLIBC_2_0);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user