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/stdlib/wcstol.c')
-rw-r--r--newlib/libc/stdlib/wcstol.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdlib/wcstol.c b/newlib/libc/stdlib/wcstol.c
index 324d75ee1..023a9c45e 100644
--- a/newlib/libc/stdlib/wcstol.c
+++ b/newlib/libc/stdlib/wcstol.c
@@ -213,8 +213,7 @@ _wcstol_l (struct _reent *rptr, const wchar_t *nptr, wchar_t **endptr,
}
long
-_DEFUN (_wcstol_r, (rptr, nptr, endptr, base),
- struct _reent *rptr,
+_wcstol_r (struct _reent *rptr,
const wchar_t *nptr,
wchar_t **endptr,
int base)
@@ -232,8 +231,7 @@ wcstol_l (const wchar_t *__restrict s, wchar_t **__restrict ptr, int base,
}
long
-_DEFUN (wcstol, (s, ptr, base),
- const wchar_t *__restrict s,
+wcstol (const wchar_t *__restrict s,
wchar_t **__restrict ptr,
int base)
{