[git commit master 1/1] stdlib.c: remove duplicate libc_hidden_proto for strtoul/strtoul_l

Peter S. Mazinger ps.m at gmx.net
Wed Mar 9 13:48:45 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=1903a3babc27a717dcc2de743c3e70f673178b9f
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libc/stdlib/stdlib.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c
index 4d608ee..1ed97ab 100644
--- a/libc/stdlib/stdlib.c
+++ b/libc/stdlib/stdlib.c
@@ -375,7 +375,6 @@ strong_alias(strtoll,strtoq)
 /**********************************************************************/
 #if defined(L_strtoul) || defined(L_strtoul_l)
 
-libc_hidden_proto(__XL_NPP(strtoul))
 unsigned long __XL_NPP(strtoul)(const char * __restrict str,
 							char ** __restrict endptr, int base
 							__LOCALE_PARAM)
-- 
1.7.3.4



More information about the uClibc-cvs mailing list