OSDN Git Service

remove unneeded hiddens for rtime, basename, strtof* and wcstof*
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 12 Mar 2011 19:22:14 +0000 (20:22 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:21 +0000 (14:00 +0200)
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
include/string.h
libc/inet/rpc/rtime.c
libc/stdlib/_strtod.c
libc/string/basename.c

index d51b7ce..f62d8f9 100644 (file)
@@ -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
 
index f11a726..8d17d21 100644 (file)
@@ -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 */
 
index f9f1d9e..8a78c29 100644 (file)
@@ -150,4 +150,3 @@ rtime (struct sockaddr_in *addrp, struct rpc_timeval *timep,
   timep->tv_usec = 0;
   return 0;
 }
-libc_hidden_def (rtime)
index 1d58258..f468c73 100644 (file)
@@ -509,7 +509,6 @@ void attribute_hidden __fp_range_check(__fpmax_t y, __fpmax_t x)
 #endif
 
 
-libc_hidden_proto(__XL_NPP(strtof))
 float __XL_NPP(strtof)(const Wchar *str, Wchar **endptr   __LOCALE_PARAM )
 {
 #if FPMAX_TYPE == 1
@@ -526,7 +525,6 @@ float __XL_NPP(strtof)(const Wchar *str, Wchar **endptr   __LOCALE_PARAM )
        return y;
 #endif
 }
-libc_hidden_def(__XL_NPP(strtof))
 
 #endif
 #endif
index 29e7a2a..58c45be 100644 (file)
@@ -24,5 +24,4 @@ char *basename(const char *path)
 
        return (char *) p;
 }
-libc_hidden_def(basename)
 #endif