]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 27 Aug 2003 05:54:50 +0000 (05:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 27 Aug 2003 05:54:50 +0000 (05:54 +0000)
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.

ChangeLog
nss/nsswitch.c
nss/nsswitch.h

index 581995541167932c5013f0f085bea35f5a03cfcf..43cf653f40eae766f0cca6a29f80c9cde3604f3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 326687f68a7842e703e424be7676bedc1f7e0865..08b869854d11ccc21b7d35057738241864afda74 100644 (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 *
index 14dcf977a7053bae1267b9502b59d07fe9f324b5..c419708d1d21c26c801341bf6963f981890604bc 100644 (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.  */
This page took 0.050323 seconds and 5 git commands to generate.