summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 20:19:49 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 20:19:49 +0100
commit98538deba691281535e3dc0839710b8630e02ac8 (patch)
treeae532423ce2f6b753a194c45973cb5969635f26e /include/stdlib.h
parent935151992d9385c54a44033d5bf8102ff10fb50f (diff)
stdlib.c, _strtod.c, stdlib.h: remove unused hidden functions
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 18657277a..e9a8b84c2 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -165,7 +165,6 @@ libc_hidden_proto(atoi)
/* Convert a string to a long integer. */
extern long int atol (__const char *__nptr)
__THROW __attribute_pure__ __nonnull ((1)) __wur;
-libc_hidden_proto(atol)
__END_NAMESPACE_STD
#if defined __USE_ISOC99 || defined __USE_MISC