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/strtoul.c')
-rw-r--r--newlib/libc/stdlib/strtoul.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdlib/strtoul.c b/newlib/libc/stdlib/strtoul.c
index 5a816dab1..f2fba37f2 100644
--- a/newlib/libc/stdlib/strtoul.c
+++ b/newlib/libc/stdlib/strtoul.c
@@ -191,8 +191,7 @@ _strtoul_l (struct _reent *rptr, const char *__restrict nptr,
}
unsigned long
-_DEFUN (_strtoul_r, (rptr, nptr, endptr, base),
- struct _reent *rptr,
+_strtoul_r (struct _reent *rptr,
const char *__restrict nptr,
char **__restrict endptr,
int base)
@@ -210,8 +209,7 @@ strtoul_l (const char *__restrict s, char **__restrict ptr, int base,
}
unsigned long
-_DEFUN (strtoul, (s, ptr, base),
- const char *__restrict s,
+strtoul (const char *__restrict s,
char **__restrict ptr,
int base)
{