mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
resolv: Remove __BIND_NOSTATIC conditionals
The macro is never defined.
This commit is contained in:
@@ -52,7 +52,6 @@ const char *_res_opcodes[] = {
|
||||
};
|
||||
libresolv_hidden_data_def (_res_opcodes)
|
||||
|
||||
#ifndef __BIND_NOSTATIC
|
||||
void
|
||||
p_query(const u_char *msg) {
|
||||
fp_query(msg, stdout);
|
||||
@@ -186,7 +185,6 @@ hostalias(const char *name) {
|
||||
}
|
||||
libresolv_hidden_def (hostalias)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#include <shlib-compat.h>
|
||||
|
Reference in New Issue
Block a user