From ef4d5b32b37ba6af985d427ee7c120532d62cc6b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 17 Apr 2003 08:42:06 +0000 Subject: Update. 2003-04-17 Ulrich Drepper * nss/getXXbyYY_r.c [USE_NSCD] (REENTRANT_NAME): Only retry contacting nscd if NOT_USENSCD_NAME > 0. * nss/nsswitch.c (__nss_disable_nscd): New function. * nss/nsswitch.h: Declare it. * nss/Versions [GLIBC_PRIVATE]: Export __nss_disable_nscd. * nscd/nscd.c (main): Call __nss_disable_nscd. --- nss/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'nss/Versions') diff --git a/nss/Versions b/nss/Versions index 9ba0054abc..91a96a38d1 100644 --- a/nss/Versions +++ b/nss/Versions @@ -9,6 +9,7 @@ libc { } GLIBC_PRIVATE { _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent; + __nss_disable_nscd; } } -- cgit v1.2.3