aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/strtol.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/strtol.c')
-rw-r--r--newlib/libc/stdlib/strtol.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdlib/strtol.c b/newlib/libc/stdlib/strtol.c
index a366680..f7572b1 100644
--- a/newlib/libc/stdlib/strtol.c
+++ b/newlib/libc/stdlib/strtol.c
@@ -212,8 +212,7 @@ _strtol_l (struct _reent *rptr, const char *__restrict nptr,
}
long
-_DEFUN (_strtol_r, (rptr, nptr, endptr, base),
- struct _reent *rptr,
+_strtol_r (struct _reent *rptr,
const char *__restrict nptr,
char **__restrict endptr,
int base)
@@ -231,8 +230,7 @@ strtol_l (const char *__restrict s, char **__restrict ptr, int base,
}
long
-_DEFUN (strtol, (s, ptr, base),
- const char *__restrict s,
+strtol (const char *__restrict s,
char **__restrict ptr,
int base)
{