From: David Edelsohn Date: Mon, 11 Apr 2005 17:33:31 +0000 (+0000) Subject: backport: aix52.h (atoll): Declare. X-Git-Tag: releases/gcc-3.4.4~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd10fd01e8419525f147282a4f652040f8a2c02c;p=thirdparty%2Fgcc.git backport: aix52.h (atoll): Declare. Backport from mainline: * config/rs6000/aix52.h (atoll): Declare. From-SVN: r97975 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6306d3b660ff..709067d5291e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-11 David Edelsohn + + Backport from mainline: + * config/rs6000/aix52.h (atoll): Declare. + 2005-04-08 Ulrich Weigand Backport from mainline: diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h index c06665066b31..6f12619e2da6 100644 --- a/gcc/config/rs6000/aix52.h +++ b/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 +