libvirt/tools/nss/libvirt_nss.syms
Michal Privoznik 917038c110 Implement _nss_libvirt_gethostbyname4_r
This function is a different beast compared to previous ones.
But yet again, nothing surprising is happening here.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-03-18 17:29:53 +01:00

13 lines
198 B
Plaintext

#
# Officially exported symbols.
#
{
global:
_nss_libvirt_gethostbyname_r;
_nss_libvirt_gethostbyname2_r;
_nss_libvirt_gethostbyname3_r;
_nss_libvirt_gethostbyname4_r;
local: *;
};