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 | fd8a87c0c1932de591e7ad108ff6288a4b6b18c9 (patch) | |
tree | 6c5c2768fc065d86edff455af1924fe756673254 /include | |
parent | 7ec366a08a7cec7bd23d6b2a4f7954860e3a16fd (diff) | |
download | glibc-fd8a87c0c1932de591e7ad108ff6288a4b6b18c9.zip glibc-fd8a87c0c1932de591e7ad108ff6288a4b6b18c9.tar.gz glibc-fd8a87c0c1932de591e7ad108ff6288a4b6b18c9.tar.bz2 |
resolv: Move dn_comp to its own file and into libc
And reformat it to GNU style.
dn_comp is used in various programs, so keep it as a non-deprecated
symbol. Switch to dn_comp (not __dn_comp) for the ABI name. There
are no internal users, so interposition is not a problem.
The __dn_comp symbol was moved with scripts/move-symbol-to-libc.py
--no-new-version. dn_comp@@GLIBC_2.34 was added with
make update-all-abi.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/resolv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/resolv.h b/include/resolv.h index 44fc0c3..602f184 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -44,7 +44,6 @@ libresolv_hidden_proto (_sethtent) libresolv_hidden_proto (_gethtent) libresolv_hidden_proto (_gethtbyaddr) libresolv_hidden_proto (_gethtbyname2) -libresolv_hidden_proto (__dn_comp) libresolv_hidden_proto (__dn_skipname) libresolv_hidden_proto (__res_hnok) libresolv_hidden_proto (__res_dnok) |