blob: d05ad373a8abbb09cebfd709a50e0ec3fc1d6e54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
GLIBC_2.1 {
global:
_nss_hesiod_setpwent; _nss_hesiod_endpwent;
_nss_hesiod_getpwnam_r; _nss_hesiod_getpwuid;
_nss_hesiod_setgrent; _nss_hesiod_endgrent;
_nss_hesiod_getgrnam_r; _nss_hesiod_getgrgid;
_nss_hesiod_setservent; _nss_hesiod_endservent;
_nss_hesiod_getservbyname_r;
local:
*;
};
|