about summary refs log tree commit diff
path: root/nss/getnameinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Move getnameinfo from 'inet' to 'nss'Arjun Shankar2023-10-241-0/+561
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>