about summary refs log tree commit diff
path: root/nss/Versions
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2023-10-02 14:55:20 +0200
committerArjun Shankar <arjun@redhat.com>2023-10-24 12:30:59 +0200
commit1c40266328babd3613d0fc7928449a7b53d87c73 (patch)
tree095c283352dd9ad0ddcefbca32d7fa9c462f4633 /nss/Versions
parent4298586619e4a8cf4ba0a5a9da31ae80efac173c (diff)
downloadglibc-1c40266328babd3613d0fc7928449a7b53d87c73.tar.gz
glibc-1c40266328babd3613d0fc7928449a7b53d87c73.tar.xz
glibc-1c40266328babd3613d0fc7928449a7b53d87c73.zip
Move 'ethers' routines from 'inet' into 'nss'
ether_hostton and ether_ntohost are entry points for nss functionality.
This commit moves them from the 'inet' subdirectory to 'nss', and
adjusts any references accordingly.
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nss/Versions')
-rw-r--r--nss/Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/Versions b/nss/Versions
index 5d1b1dac3d..99208cb9df 100644
--- a/nss/Versions
+++ b/nss/Versions
@@ -10,6 +10,7 @@ libc {
     endgrent;
     endpwent;
     endspent;
+    ether_hostton; ether_ntohost;
 
     # f*
     fgetgrent; fgetgrent_r;