aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/powerpc/atoufix64.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/atoufix64.c')
-rw-r--r--newlib/libc/machine/powerpc/atoufix64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/powerpc/atoufix64.c b/newlib/libc/machine/powerpc/atoufix64.c
index e5eefc4..af71089 100644
--- a/newlib/libc/machine/powerpc/atoufix64.c
+++ b/newlib/libc/machine/powerpc/atoufix64.c
@@ -9,7 +9,7 @@
__uint64_t
_DEFUN (_atoufix64_r, (reent, s),
- struct _reent *reent _AND
+ struct _reent *reent,
_CONST char *s)
{
return _strtoufix64_r (reent, s, NULL);