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