diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 14:45:04 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 14:45:04 +0100 |
commit | 1903a3babc27a717dcc2de743c3e70f673178b9f (patch) | |
tree | e09193f9d2bd41df46de29f9a009d97ed091fba0 /libc/stdlib | |
parent | 576b6864660aba3d65f0fb42b7aaeaaae3e6a478 (diff) |
stdlib.c: remove duplicate libc_hidden_proto for strtoul/strtoul_l
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/stdlib')
-rw-r--r-- | 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 4d608eeac..1ed97abed 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) |