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/stdio/asprintf.c')
-rw-r--r--newlib/libc/stdio/asprintf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdio/asprintf.c b/newlib/libc/stdio/asprintf.c
index b3d9122f5..330491ebe 100644
--- a/newlib/libc/stdio/asprintf.c
+++ b/newlib/libc/stdio/asprintf.c
@@ -25,8 +25,7 @@
#include "local.h"
int
-_DEFUN(_asprintf_r, (ptr, strp, fmt),
- struct _reent *ptr,
+_asprintf_r (struct _reent *ptr,
char **__restrict strp,
const char *__restrict fmt, ...)
{
@@ -59,8 +58,7 @@ _EXFUN(_asiprintf_r, (struct _reent *, char **, const char *, ...)
#ifndef _REENT_ONLY
int
-_DEFUN(asprintf, (strp, fmt),
- char **__restrict strp,
+asprintf (char **__restrict strp,
const char *__restrict fmt, ...)
{
int ret;