2002-08-07 Roland McGrath <roland@redhat.com>

* inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
	the static symbols added in the last change (doofus is me).
This commit is contained in:
Roland McGrath 2002-08-08 01:32:48 +00:00
parent 53552dd8de
commit 2a54ad77a1

View file

@ -186,7 +186,7 @@ endnetgrent (void)
{ {
__libc_lock_lock (lock); __libc_lock_lock (lock);
__internal_endnetgrent (&dataset); internal_endnetgrent (&dataset);
__libc_lock_unlock (lock); __libc_lock_unlock (lock);
} }
@ -285,7 +285,7 @@ __getnetgrent_r (char **hostp, char **userp, char **domainp,
__libc_lock_lock (lock); __libc_lock_lock (lock);
status = __internal_getnetgrent_r (hostp, userp, domainp, &dataset, status = internal_getnetgrent_r (hostp, userp, domainp, &dataset,
buffer, buflen, &errno); buffer, buflen, &errno);
__libc_lock_unlock (lock); __libc_lock_unlock (lock);