* include/stdlib.h (strtod): Remove possible static declaration to resolve
issue with gcc.
Thanks to Tobias Burnus for the report.
+2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * include/stdlib.h (strtod): Remove possible static declaration to resolve
+ issue with gcc.
+
+ Thanks to Tobias Burnus for the report.
+
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/stdlib.h (_rotl, _lrotl, _rotr, _lrotr): Resolve conflict with gcc
#endif
#if !defined __NO_ISOCEXT /* in libmingwex.a */
double __cdecl __MINGW_NOTHROW __strtod (const char*, char**);
-#ifdef __cplusplus
-/* We require a function with external linkage. */
-#else
-static
-#endif /* Not __cplusplus */
__inline__ double __cdecl __MINGW_NOTHROW
strtod (const char* __restrict__ __nptr, char** __restrict__ __endptr)
{