From 5068fb4d28fde61bc8b58809fd2f9b49e49da61c Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Sat, 12 Mar 2011 20:22:14 +0100
Subject: remove unneeded hiddens for rtime, basename, strtof* and wcstof*

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
---
 include/rpc/auth_des.h | 1 -
 include/string.h       | 1 -
 2 files changed, 2 deletions(-)

(limited to 'include')

diff --git a/include/rpc/auth_des.h b/include/rpc/auth_des.h
index d51b7ce7c..f62d8f96b 100644
--- a/include/rpc/auth_des.h
+++ b/include/rpc/auth_des.h
@@ -109,7 +109,6 @@ extern int getsecretkey (__const char *__name, char *__key,
 
 extern int rtime (struct sockaddr_in *__addrp, struct rpc_timeval *__timep,
 		  struct rpc_timeval *__timeout) __THROW;
-libc_hidden_proto(rtime)
 
 __END_DECLS
 
diff --git a/include/string.h b/include/string.h
index f11a7269c..8d17d215e 100644
--- a/include/string.h
+++ b/include/string.h
@@ -462,7 +462,6 @@ extern void *memfrob (void *__s, size_t __n) __THROW __nonnull ((1));
    in <libgen.h>) which makes the XPG version of this function
    available.  */
 extern char *basename (__const char *__filename) __THROW __nonnull ((1));
-libc_hidden_proto(basename)
 # endif
 #endif /* __USE_GNU */
 
-- 
cgit v1.2.3