mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
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:
parent
bf67314fb4
commit
eb242eda56
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
|
||||
|
||||
* sysdeps/mach/hurd/brk.c (static_data_start): New variable.
|
||||
|
@ -7,4 +7,7 @@ libnss_hesiod {
|
||||
_nss_hesiod_setservent; _nss_hesiod_endservent;
|
||||
_nss_hesiod_getservbyname_r;
|
||||
}
|
||||
GLIBC_2.2 {
|
||||
_nss_hesiod_initgroups;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user