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/strtoull.c')
-rw-r--r--newlib/libc/stdlib/strtoull.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdlib/strtoull.c b/newlib/libc/stdlib/strtoull.c
index 0f7c9e385..ce4de6e7e 100644
--- a/newlib/libc/stdlib/strtoull.c
+++ b/newlib/libc/stdlib/strtoull.c
@@ -189,8 +189,7 @@ _strtoull_l (struct _reent *rptr, const char *__restrict nptr,
}
unsigned long long
-_DEFUN (_strtoull_r, (rptr, nptr, endptr, base),
- struct _reent *rptr,
+_strtoull_r (struct _reent *rptr,
const char *__restrict nptr,
char **__restrict endptr,
int base)
@@ -208,8 +207,7 @@ strtoull_l (const char *__restrict s, char **__restrict ptr, int base,
}
unsigned long long
-_DEFUN (strtoull, (s, ptr, base),
- const char *__restrict s,
+strtoull (const char *__restrict s,
char **__restrict ptr,
int base)
{