aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/config/rs6000/aix52.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/rs6000/aix52.h')
-rw-r--r--contrib/gcc/config/rs6000/aix52.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/config/rs6000/aix52.h b/contrib/gcc/config/rs6000/aix52.h
index c06665066b31..6f12619e2da6 100644
--- a/contrib/gcc/config/rs6000/aix52.h
+++ b/contrib/gcc/config/rs6000/aix52.h
@@ -193,3 +193,7 @@ do { \
#undef TARGET_C99_FUNCTIONS
#define TARGET_C99_FUNCTIONS 1
+#ifndef _AIX52
+extern long long int atoll(const char *);
+#endif
+