summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-12 20:22:14 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:21 +0200
commit5068fb4d28fde61bc8b58809fd2f9b49e49da61c (patch)
treef1070ce13aef0732a3ccff5dee76fe8f88277f60 /libc
parentc6a755b571a5c84c44874e84170db25798233545 (diff)
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>
Diffstat (limited to 'libc')
-rw-r--r--libc/inet/rpc/rtime.c1
-rw-r--r--libc/stdlib/_strtod.c2
-rw-r--r--libc/string/basename.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/libc/inet/rpc/rtime.c b/libc/inet/rpc/rtime.c
index f9f1d9e9d..8a78c2900 100644
--- a/libc/inet/rpc/rtime.c
+++ b/libc/inet/rpc/rtime.c
@@ -150,4 +150,3 @@ rtime (struct sockaddr_in *addrp, struct rpc_timeval *timep,
timep->tv_usec = 0;
return 0;
}
-libc_hidden_def (rtime)
diff --git a/libc/stdlib/_strtod.c b/libc/stdlib/_strtod.c
index 1d58258e7..f468c7347 100644
--- a/libc/stdlib/_strtod.c
+++ b/libc/stdlib/_strtod.c
@@ -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
diff --git a/libc/string/basename.c b/libc/string/basename.c
index 29e7a2a82..58c45be18 100644
--- a/libc/string/basename.c
+++ b/libc/string/basename.c
@@ -24,5 +24,4 @@ char *basename(const char *path)
return (char *) p;
}
-libc_hidden_def(basename)
#endif