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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdio/sniprintf.c b/newlib/libc/stdio/sniprintf.c
index d7bb9a4..d132784 100644
--- a/newlib/libc/stdio/sniprintf.c
+++ b/newlib/libc/stdio/sniprintf.c
@@ -32,8 +32,7 @@
int
#ifdef _HAVE_STDC
-_DEFUN (_sniprintf_r, (ptr, str, size, fmt),
- struct _reent *ptr,
+_sniprintf_r (struct _reent *ptr,
char *str,
size_t size,
const char *fmt, ...)
@@ -77,8 +76,7 @@ _sniprintf_r (ptr, str, size, fmt, va_alist)
int
#ifdef _HAVE_STDC
-_DEFUN (sniprintf, (str, size, fmt),
- char *str,
+sniprintf (char *str,
size_t size,
const char *fmt, ...)
#else