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 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.
return result;
}
+libc_hidden_def (__nss_lookup_function)
static name_database *
/* 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. */