diff options
Diffstat (limited to 'newlib/libc/machine/powerpc/ufix64toa.c')
-rw-r--r-- | newlib/libc/machine/powerpc/ufix64toa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/powerpc/ufix64toa.c b/newlib/libc/machine/powerpc/ufix64toa.c index 125ab67..bf13894 100644 --- a/newlib/libc/machine/powerpc/ufix64toa.c +++ b/newlib/libc/machine/powerpc/ufix64toa.c @@ -15,8 +15,8 @@ #include <reent.h> #include "fix64.h" -extern char *_simdldtoa_r _PARAMS((struct _reent *, LONG_DOUBLE_UNION *, int, - int, int *, int *, char **)); +extern char *_simdldtoa_r (struct _reent *, LONG_DOUBLE_UNION *, int, + int, int *, int *, char **); /* * Convert an unsigned fixed-point 64-bit value to string. |