summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/a64l.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/a64l.c')
-rw-r--r--newlib/libc/stdlib/a64l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/a64l.c b/newlib/libc/stdlib/a64l.c
index 9a56a9141..93c8e834b 100644
--- a/newlib/libc/stdlib/a64l.c
+++ b/newlib/libc/stdlib/a64l.c
@@ -62,7 +62,7 @@ long
_DEFUN (a64l, (input),
const char *input)
{
- char *ptr;
+ const char *ptr;
char ch;
int i, digit;
unsigned long result = 0;