diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-09-21 16:30:27 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-09-21 16:30:27 +0200 |
commit | 6815a33d53164e7f1a3b87cec905c17c7a14a007 (patch) | |
tree | 36746b90972604ea29e28a698e8bd1dbc6dedea4 /resolv/Makefile | |
parent | cbb47fa1c6476af73f393a81cd62fc926e1b8f6e (diff) | |
download | glibc-6815a33d53164e7f1a3b87cec905c17c7a14a007.tar glibc-6815a33d53164e7f1a3b87cec905c17c7a14a007.tar.gz glibc-6815a33d53164e7f1a3b87cec905c17c7a14a007.tar.bz2 glibc-6815a33d53164e7f1a3b87cec905c17c7a14a007.zip |
resolv: Remove unsupported hook functions from the API [BZ #20016]
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 8be41d3ae1..b8b862065e 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -46,7 +46,7 @@ libresolv-routines := gethnamaddr res_comp res_debug \ res_data res_mkquery res_query res_send \ inet_net_ntop inet_net_pton inet_neta base64 \ ns_parse ns_name ns_netint ns_ttl ns_print \ - ns_samedomain ns_date + ns_samedomain ns_date compat-hooks libanl-routines := gai_cancel gai_error gai_misc gai_notify gai_suspend \ getaddrinfo_a |