summaryrefslogtreecommitdiff
path: root/src/passwd/nscd.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018-09-11 12:32:46 -0400
committerRich Felker <dalias@aerifal.cx>2018-09-12 14:34:34 -0400
commit7e399fabd3db2c528b5982803eeba2841f547695 (patch)
tree7dd5b5bf30e99dd0f622203017bc9364e8a74aab /src/passwd/nscd.h
parentb6e59cd925cbe6c0f23cf46828d47e6e7edd17c9 (diff)
downloadmusl-7e399fabd3db2c528b5982803eeba2841f547695.tar.gz
apply hidden visibility to various remaining internal interfaces
Diffstat (limited to 'src/passwd/nscd.h')
-rw-r--r--src/passwd/nscd.h2
1 files changed, 1 insertions, 1 deletions
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