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/asniprintf.c')
-rw-r--r--newlib/libc/stdio/asniprintf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdio/asniprintf.c b/newlib/libc/stdio/asniprintf.c
index ba4772f08..0bfe00d9b 100644
--- a/newlib/libc/stdio/asniprintf.c
+++ b/newlib/libc/stdio/asniprintf.c
@@ -14,8 +14,7 @@
#include "local.h"
char *
-_DEFUN(_asniprintf_r, (ptr, buf, lenp, fmt),
- struct _reent *ptr,
+_asniprintf_r (struct _reent *ptr,
char *buf,
size_t *lenp,
const char *fmt, ...)
@@ -61,8 +60,7 @@ _DEFUN(_asniprintf_r, (ptr, buf, lenp, fmt),
#ifndef _REENT_ONLY
char *
-_DEFUN(asniprintf, (buf, lenp, fmt),
- char *buf,
+asniprintf (char *buf,
size_t *lenp,
const char *fmt, ...)
{