diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
commit | cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch) | |
tree | f5f56f2ef0f3048325419857d0b538135524ff8c /include/rpc/netdb.h | |
parent | b133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff) |
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'include/rpc/netdb.h')
-rw-r--r-- | include/rpc/netdb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/rpc/netdb.h b/include/rpc/netdb.h index 86717373c..e9a6565ad 100644 --- a/include/rpc/netdb.h +++ b/include/rpc/netdb.h @@ -51,10 +51,15 @@ struct rpcent }; extern void setrpcent (int __stayopen) __THROW; +libc_hidden_proto(setrpcent) extern void endrpcent (void) __THROW; +libc_hidden_proto(endrpcent) extern struct rpcent *getrpcbyname (__const char *__name) __THROW; +libc_hidden_proto(getrpcbyname) extern struct rpcent *getrpcbynumber (int __number) __THROW; +libc_hidden_proto(getrpcbynumber) extern struct rpcent *getrpcent (void) __THROW; +libc_hidden_proto(getrpcent) #if defined __USE_MISC && defined __UCLIBC_HAS_REENTRANT_RPC__ extern int getrpcbyname_r (__const char *__name, struct rpcent *__result_buf, |