Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/strtosfix64.c')
-rw-r--r--newlib/libc/machine/powerpc/strtosfix64.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/machine/powerpc/strtosfix64.c b/newlib/libc/machine/powerpc/strtosfix64.c
index f7344fc22..16032128f 100644
--- a/newlib/libc/machine/powerpc/strtosfix64.c
+++ b/newlib/libc/machine/powerpc/strtosfix64.c
@@ -13,8 +13,7 @@
* Ignores `locale' stuff.
*/
__int64_t
-_DEFUN (_strtosfix64_r, (rptr, nptr, endptr),
- struct _reent *rptr,
+_strtosfix64_r (struct _reent *rptr,
const char *nptr,
char **endptr)
{
@@ -105,8 +104,7 @@ _DEFUN (_strtosfix64_r, (rptr, nptr, endptr),
#ifndef _REENT_ONLY
__int64_t
-_DEFUN (strtosfix64, (s, ptr, base),
- const char *s,
+strtosfix64 (const char *s,
char **ptr)
{
return _strtosfix64_r (_REENT, s, ptr);