]> git.ipfire.org Git - thirdparty/glibc.git/commit
Move getnameinfo from 'inet' to 'nss'
authorArjun Shankar <arjun@redhat.com>
Mon, 2 Oct 2023 12:55:28 +0000 (14:55 +0200)
committerArjun Shankar <arjun@redhat.com>
Tue, 24 Oct 2023 10:31:00 +0000 (12:31 +0200)
commit2f1c6652d7b339526cfebc87c64c6f130cabc9ba
tree1b30ae976fad5f3cdcf49b7494b9f4955e045009
parent7f602256ab5b85db1dbfb5f40bd109c4b37b68c8
Move getnameinfo from 'inet' to 'nss'

getnameinfo is an entry points for nss functionality.  This commit moves
it from the 'inet' subdirectory to 'nss'.  The corresponding Versions
entry is also moved from 'posix' into 'nss'.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
inet/Makefile
nss/Makefile
nss/Versions
nss/getnameinfo.c [moved from inet/getnameinfo.c with 99% similarity]
posix/Versions