diff options
Diffstat (limited to 'newlib/libc/machine/powerpc/atoufix32.c')
-rw-r--r-- | newlib/libc/machine/powerpc/atoufix32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/powerpc/atoufix32.c b/newlib/libc/machine/powerpc/atoufix32.c index ee29ac5..01919d4 100644 --- a/newlib/libc/machine/powerpc/atoufix32.c +++ b/newlib/libc/machine/powerpc/atoufix32.c @@ -9,7 +9,7 @@ __uint32_t _DEFUN (_atoufix32_r, (reent, s), - struct _reent *reent _AND + struct _reent *reent, _CONST char *s) { return _strtoufix32_r (reent, s, NULL); |