2003-08-26  Ulrich Drepper  <drepper@redhat.com>

	* nss/nsswitch.c: Add libc_hidden_def for __nss_lookup_function.
	* nss/nsswitch.h: Add libc_hidden_proto for __nss_lookup_function.
This commit is contained in:
Ulrich Drepper 2003-08-27 05:54:50 +00:00
parent d54869a971
commit 5556fc6ae4
3 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-08-26 Ulrich Drepper <drepper@redhat.com>
* nss/nsswitch.c: Add libc_hidden_def for __nss_lookup_function.
* nss/nsswitch.h: Add libc_hidden_proto for __nss_lookup_function.
2003-08-26 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc64/elf/Makefile: New file.

View file

@ -414,6 +414,7 @@ __nss_lookup_function (service_user *ni, const char *fct_name)
return result;
}
libc_hidden_def (__nss_lookup_function)
static name_database *

View file

@ -131,6 +131,7 @@ libc_hidden_proto (__nss_next)
/* Search for the service described in NI for a function named FCT_NAME
and return a pointer to this function if successful. */
extern void *__nss_lookup_function (service_user *ni, const char *fct_name);
libc_hidden_proto (__nss_lookup_function)
/* Called by NSCD to disable recursive calls. */