diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-07-19 07:55:27 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-07-19 07:56:21 +0200 |
commit | 7131727c6ba451e1c5bf075194c7adc9292906c4 (patch) | |
tree | 97631b5bb76c074351e9d4278b7eeb290835b152 /resolv/Versions | |
parent | 72a51ac647b2fc33a44434d3d125a844801609ae (diff) | |
download | glibc-7131727c6ba451e1c5bf075194c7adc9292906c4.tar.gz glibc-7131727c6ba451e1c5bf075194c7adc9292906c4.tar.xz glibc-7131727c6ba451e1c5bf075194c7adc9292906c4.zip |
resolv: Move res_queriesmatch to its own file and into libc
And reformat it to GNU style. The treatment of this function matches res_nameinquery, for the reasons stated there. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'resolv/Versions')
-rw-r--r-- | resolv/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/Versions b/resolv/Versions index f3482793dd..5bbda96230 100644 --- a/resolv/Versions +++ b/resolv/Versions @@ -77,6 +77,7 @@ libc { __libc_res_dnok; __libc_res_hnok; __libc_res_nameinquery; + __libc_res_queriesmatch; __ns_name_compress; __ns_name_ntop; __ns_name_pack; |