diff options
Diffstat (limited to 'src/missing.h')
-rw-r--r-- | src/missing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/missing.h b/src/missing.h index 003c821f84..5914b01a8e 100644 --- a/src/missing.h +++ b/src/missing.h @@ -61,6 +61,6 @@ static inline int pivot_root(const char *new_root, const char *put_old) { * protect this with a weak ref just in case glibc takes this away * from us. */ -static void nss_disable_nscd(void) _weakref_(__nss_disable_nscd); +/* static void nss_disable_nscd(void) _weakref_(__nss_disable_nscd); */ #endif |