summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2010-12-06 15:37:37 +0100
committerCarmelo Amoroso <carmelo.amoroso@st.com>2010-12-06 15:37:37 +0100
commitd181797c70183b897330a290e6f5f5d7e7812770 (patch)
tree09a3b2919e5b126ff95515a0bcb7916e22bcfb71 /include
parent57f6cce72c889f2e7b342e87a565a064320a6ee2 (diff)
parente2903ddb06b1f50cb4ac9af0b035c74ed6b9d30f (diff)
Merge commit 'origin/master' into prelink
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index ce92ccd28..300edf04a 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -214,7 +214,7 @@ __END_NAMESPACE_STD
/* Convert a string to a quadword integer. */
__extension__
-extern long long int strtoq (__const char *__restrict __nptr,
+extern quad_t strtoq (__const char *__restrict __nptr,
char **__restrict __endptr, int __base)
__THROW __nonnull ((1)) __wur;
/* Convert a string to an unsigned quadword integer. */