aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/sniprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/sniprintf.c')
-rw-r--r--newlib/libc/stdio/sniprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdio/sniprintf.c b/newlib/libc/stdio/sniprintf.c
index 90e3027..d7bb9a4 100644
--- a/newlib/libc/stdio/sniprintf.c
+++ b/newlib/libc/stdio/sniprintf.c
@@ -36,7 +36,7 @@ _DEFUN (_sniprintf_r, (ptr, str, size, fmt),
struct _reent *ptr,
char *str,
size_t size,
- const char *fmt _DOTS)
+ const char *fmt, ...)
#else
_sniprintf_r (ptr, str, size, fmt, va_alist)
struct _reent *ptr;
@@ -80,7 +80,7 @@ int
_DEFUN (sniprintf, (str, size, fmt),
char *str,
size_t size,
- const char *fmt _DOTS)
+ const char *fmt, ...)
#else
sniprintf (str, size, fmt, va_alist)
char *str;