diff options
Diffstat (limited to 'newlib/libc/stdlib/std.h')
-rw-r--r-- | newlib/libc/stdlib/std.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/std.h b/newlib/libc/stdlib/std.h index 287503eac..b20820be4 100644 --- a/newlib/libc/stdlib/std.h +++ b/newlib/libc/stdlib/std.h @@ -25,7 +25,7 @@ #ifdef _HAVE_STDC int __ten_mul(double *acc, int digit); double __adjust(struct _reent *ptr, double *acc, int dexp, int sign); -const double __exp10(unsigned x); +double __exp10(unsigned x); #else int __ten_mul(); double __adjust(); |