aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/wprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/wprintf.c')
-rw-r--r--newlib/libc/stdio/wprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdio/wprintf.c b/newlib/libc/stdio/wprintf.c
index 99c5696..ef212d8 100644
--- a/newlib/libc/stdio/wprintf.c
+++ b/newlib/libc/stdio/wprintf.c
@@ -26,7 +26,7 @@
int
_DEFUN(_wprintf_r, (ptr, fmt),
struct _reent *ptr,
- const wchar_t *fmt _DOTS)
+ const wchar_t *fmt, ...)
{
int ret;
va_list ap;
@@ -42,7 +42,7 @@ _DEFUN(_wprintf_r, (ptr, fmt),
int
_DEFUN(wprintf, (fmt),
- const wchar_t *__restrict fmt _DOTS)
+ const wchar_t *__restrict fmt, ...)
{
int ret;
va_list ap;