mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
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:
parent
d54869a971
commit
5556fc6ae4
@ -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.
|
||||
|
@ -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 *
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user