X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fpasswd%2Fnscd.h;h=ae5aa8d5dbfa21613b7cd96055600468b68c6a2c;hb=b60fdf133c033d4ad6b04a8237f253563fae5928;hp=9a53c3283338de530eda6af1a8a8e612178fa0d4;hpb=2894a44b40e460fc4112988407818439f2e9672d;p=musl 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