diff options
Diffstat (limited to 'nss/nsswitch.h')
-rw-r--r-- | nss/nsswitch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/nsswitch.h b/nss/nsswitch.h index c4d0aa6f66..b5e4fc344f 100644 --- a/nss/nsswitch.h +++ b/nss/nsswitch.h @@ -168,5 +168,6 @@ extern int __nss_hostname_digits_dots (const char *name, struct hostent **result, enum nss_status *status, int *typep, int flags, int *afp, int *h_errnop); +libc_hidden_proto (__nss_hostname_digits_dots) #endif /* nsswitch.h */ |