* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Don't
[glibc.git] / hesiod / Versions
blob180befb5b3375addf3e76f610e1d7a61a7577a8a
1 libnss_hesiod {
2   GLIBC_2.1 {
3     _nss_hesiod_setpwent; _nss_hesiod_endpwent;
4     _nss_hesiod_getpwnam_r; _nss_hesiod_getpwuid_r;
5     _nss_hesiod_setgrent; _nss_hesiod_endgrent;
6     _nss_hesiod_getgrnam_r; _nss_hesiod_getgrgid_r;
7     _nss_hesiod_setservent; _nss_hesiod_endservent;
8     _nss_hesiod_getservbyname_r;
9   }
10   GLIBC_2.2 {
11     _nss_hesiod_initgroups_dyn;
12     _nss_hesiod_getservbyport_r;
13     _nss_hesiod_setprotoent; _nss_hesiod_endprotoent;
14     _nss_hesiod_getprotobyname_r; _nss_hesiod_getprotobynumber_r;
15   }