aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/powerpc/strtosfix32.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/strtosfix32.c')
-rw-r--r--newlib/libc/machine/powerpc/strtosfix32.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/machine/powerpc/strtosfix32.c b/newlib/libc/machine/powerpc/strtosfix32.c
index e896680..b21de9e 100644
--- a/newlib/libc/machine/powerpc/strtosfix32.c
+++ b/newlib/libc/machine/powerpc/strtosfix32.c
@@ -13,8 +13,7 @@
* Ignores `locale' stuff.
*/
__int32_t
-_DEFUN (_strtosfix32_r, (rptr, nptr, endptr),
- struct _reent *rptr,
+_strtosfix32_r (struct _reent *rptr,
const char *nptr,
char **endptr)
{
@@ -92,8 +91,7 @@ _DEFUN (_strtosfix32_r, (rptr, nptr, endptr),
#ifndef _REENT_ONLY
__int32_t
-_DEFUN (strtosfix32, (s, ptr, base),
- const char *s,
+strtosfix32 (const char *s,
char **ptr)
{
return _strtosfix32_r (_REENT, s, ptr);