From e7eceec0bc34b520a66c688dc81a0b0d4e36610f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 30 Dec 2016 18:43:04 +0100 Subject: resolv: Turn historic name lookup functions into compat symbols This change also removes the preprocessor-based function renaming. It also applied to tests in resolv/, which ended up running against the historic functions. _endhtent was not part of the ABI because it is not listed in the resolv/Versions file. --- include/resolv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/resolv.h b/include/resolv.h index 699cc81569..95dcd3ca37 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -26,7 +26,6 @@ extern __thread struct __res_state *__resp attribute_tls_model_ie; extern int __res_vinit (res_state, int); extern int __res_maybe_init (res_state, int); extern void _sethtent (int); -extern void _endhtent (void); extern struct hostent *_gethtent (void); extern struct hostent *_gethtbyname (const char *__name); extern struct hostent *_gethtbyname2 (const char *__name, int __af); -- cgit v1.2.3