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
commit9515126f905d9322fc6d2b1a3d95539a0a499f48 (patch)
treec481d0a9d5fabf17dcdc17f3c25cf3e7063187d3 /resolv/Makefile
parent2fbe5860d33ca2318b35ea6d31beefa381b4ac8a (diff)
downloadglibc-9515126f905d9322fc6d2b1a3d95539a0a499f48.tar.gz
glibc-9515126f905d9322fc6d2b1a3d95539a0a499f48.tar.xz
glibc-9515126f905d9322fc6d2b1a3d95539a0a499f48.zip
resolv: Move __res_get_nsaddr to its own file and into libc
Eliminate the use of the EXT macro from it because it does not
add clarity.  The function was added to res_send.c in 2015, and
the copyright year reflects that.

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 7e142b9a14..6eed73de87 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -46,6 +46,7 @@ routines := \
   res-close \
   res-name-checking \
   res-state \
+  res_get_nsaddr \
   res_hconf \
   res_init \
   res_libc \