summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/strtoull_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/strtoull_r.c')
-rw-r--r--newlib/libc/stdlib/strtoull_r.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/strtoull_r.c b/newlib/libc/stdlib/strtoull_r.c
index da7f7f51a..d0868adf2 100644
--- a/newlib/libc/stdlib/strtoull_r.c
+++ b/newlib/libc/stdlib/strtoull_r.c
@@ -59,8 +59,8 @@
unsigned long long
_DEFUN (_strtoull_r, (rptr, nptr, endptr, base),
struct _reent *rptr _AND
- _CONST char *nptr _AND
- char **endptr _AND
+ _CONST char *__restrict nptr _AND
+ char **__restrict endptr _AND
int base)
{
register const unsigned char *s = (const unsigned char *)nptr;