about summary refs log tree commit diff
path: root/resolv/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-07-19 07:55:27 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-07-19 07:56:21 +0200
commit7131727c6ba451e1c5bf075194c7adc9292906c4 (patch)
tree97631b5bb76c074351e9d4278b7eeb290835b152 /resolv/Makefile
parent72a51ac647b2fc33a44434d3d125a844801609ae (diff)
downloadglibc-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/Makefile')
-rw-r--r--resolv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile
index c4c59dcac0..83ba39cb52 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -53,6 +53,7 @@ routines := \
   res_init \
   res_libc \
   res_nameinquery \
+  res_queriesmatch \
   res_randomid \
   resolv_conf \
   resolv_context \