diff options
Diffstat (limited to 'include/rpc/netdb.h')
-rw-r--r-- | include/rpc/netdb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rpc/netdb.h b/include/rpc/netdb.h index 310cdd7105..71c4a09411 100644 --- a/include/rpc/netdb.h +++ b/include/rpc/netdb.h @@ -17,7 +17,8 @@ extern int __old_getrpcbynumber_r (int __number, struct rpcent *__result_buf, struct rpcent **__result); extern int __getrpcent_r (struct rpcent *__result_buf, char *__buffer, - size_t __buflen, struct rpcent **__result); + size_t __buflen, struct rpcent **__result) + attribute_hidden; extern int __old_getrpcent_r (struct rpcent *__result_buf, char *__buffer, size_t __buflen, struct rpcent **__result); |