1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
1999-07-11  Ulrich Drepper  <drepper@cygnus.com>

	* Versions.def (libnss_hesiod): Add GLIBC_2.2.
	* hesiod/Versions (libnss_hesiod) [GLIBC_2.2]: Add
	_nss_hesiod_initgroups.
This commit is contained in:
Ulrich Drepper
1999-07-11 17:37:50 +00:00
parent bf67314fb4
commit eb242eda56
2 changed files with 9 additions and 0 deletions

View File

@ -7,4 +7,7 @@ libnss_hesiod {
_nss_hesiod_setservent; _nss_hesiod_endservent;
_nss_hesiod_getservbyname_r;
}
GLIBC_2.2 {
_nss_hesiod_initgroups;
}
}