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 | 9515126f905d9322fc6d2b1a3d95539a0a499f48 (patch) | |
| tree | c481d0a9d5fabf17dcdc17f3c25cf3e7063187d3 /resolv/Versions | |
| parent | 2fbe5860d33ca2318b35ea6d31beefa381b4ac8a (diff) | |
| download | 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/Versions')
| -rw-r--r-- | resolv/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/Versions b/resolv/Versions index 3e3b89a0b2..fc14cdb701 100644 --- a/resolv/Versions +++ b/resolv/Versions @@ -81,6 +81,7 @@ libc { __ns_name_skip; __ns_name_uncompress; __ns_name_unpack; + __res_get_nsaddr; __res_iclose; __resolv_context_get; __resolv_context_get_override; |
