diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:56:32 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:59:06 +0200 |
commit | 75b3047eac76779f4e7902a9f47a6410bfdcc32f (patch) | |
tree | 532e0ed357695f1309487e53fd493ee1df3eeafb /nscd/nscd_gethst_r.c | |
parent | 0c71122c0cee483a4e6abcdbe78a1595eefe86e2 (diff) | |
download | glibc-75b3047eac76779f4e7902a9f47a6410bfdcc32f.tar.gz glibc-75b3047eac76779f4e7902a9f47a6410bfdcc32f.tar.xz glibc-75b3047eac76779f4e7902a9f47a6410bfdcc32f.zip |
NSS: Remove internal_function function attribute
Diffstat (limited to 'nscd/nscd_gethst_r.c')
-rw-r--r-- | nscd/nscd_gethst_r.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c index e234c7f2f3..5ace03635b 100644 --- a/nscd/nscd_gethst_r.c +++ b/nscd/nscd_gethst_r.c @@ -32,7 +32,7 @@ int __nss_not_use_nscd_hosts; static int nscd_gethst_r (const char *key, size_t keylen, request_type type, struct hostent *resultbuf, char *buffer, size_t buflen, struct hostent **result, - int *h_errnop) internal_function; + int *h_errnop); int @@ -135,7 +135,6 @@ __nscd_get_nl_timestamp (void) int __nss_have_localdomain attribute_hidden; static int -internal_function nscd_gethst_r (const char *key, size_t keylen, request_type type, struct hostent *resultbuf, char *buffer, size_t buflen, struct hostent **result, int *h_errnop) |