From 7e399fabd3db2c528b5982803eeba2841f547695 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 11 Sep 2018 12:32:46 -0400 Subject: apply hidden visibility to various remaining internal interfaces --- src/passwd/nscd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/passwd/nscd.h') diff --git a/src/passwd/nscd.h b/src/passwd/nscd.h index 9a53c328..ae5aa8d5 100644 --- a/src/passwd/nscd.h +++ b/src/passwd/nscd.h @@ -39,6 +39,6 @@ #define INITGRNGRPS 2 #define INITGR_LEN 3 -FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap); +hidden FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap); #endif -- cgit v1.2.1