aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/fwprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/fwprintf.c')
-rw-r--r--newlib/libc/stdio/fwprintf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdio/fwprintf.c b/newlib/libc/stdio/fwprintf.c
index b7604aa..d4047dc 100644
--- a/newlib/libc/stdio/fwprintf.c
+++ b/newlib/libc/stdio/fwprintf.c
@@ -23,8 +23,7 @@
#include <stdarg.h>
int
-_DEFUN(_fwprintf_r, (ptr, fp, fmt),
- struct _reent *ptr,
+_fwprintf_r (struct _reent *ptr,
FILE *fp,
const wchar_t *fmt, ...)
{
@@ -40,8 +39,7 @@ _DEFUN(_fwprintf_r, (ptr, fp, fmt),
#ifndef _REENT_ONLY
int
-_DEFUN(fwprintf, (fp, fmt),
- FILE *__restrict fp,
+fwprintf (FILE *__restrict fp,
const wchar_t *__restrict fmt, ...)
{
int ret;