diff options
Diffstat (limited to 'hesiod')
-rw-r--r-- | hesiod/Versions (renamed from hesiod/libnss_hesiod.map) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hesiod/libnss_hesiod.map b/hesiod/Versions index d05ad373a8..eeb0d576a5 100644 --- a/hesiod/libnss_hesiod.map +++ b/hesiod/Versions @@ -1,12 +1,10 @@ -GLIBC_2.1 { - global: +libnss_hesiod { + GLIBC_2.1 { _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: - *; -}; + } +} |