aboutsummaryrefslogtreecommitdiffstats
path: root/missing/strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/strtod.c')
-rw-r--r--missing/strtod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strtod.c b/missing/strtod.c
index 38c7ce50..746a5da9 100644
--- a/missing/strtod.c
+++ b/missing/strtod.c
@@ -29,7 +29,7 @@ extern double atof();
double
strtod (s, ptr)
-register const char *s;
+register char *s;
register char **ptr;
{
double ret = 0.0;