From 5556fc6ae42300e41a3c615a43def3e9da09094a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Aug 2003 05:54:50 +0000 Subject: Update. 2003-08-26 Ulrich Drepper * nss/nsswitch.c: Add libc_hidden_def for __nss_lookup_function. * nss/nsswitch.h: Add libc_hidden_proto for __nss_lookup_function. --- nss/nsswitch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nss/nsswitch.c') diff --git a/nss/nsswitch.c b/nss/nsswitch.c index 326687f68a..08b869854d 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.c @@ -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 * -- cgit v1.2.1