aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/eprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/eprintf.c')
-rw-r--r--newlib/libc/stdlib/eprintf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/newlib/libc/stdlib/eprintf.c b/newlib/libc/stdlib/eprintf.c
index 46cf810..9e4f5fd 100644
--- a/newlib/libc/stdlib/eprintf.c
+++ b/newlib/libc/stdlib/eprintf.c
@@ -14,11 +14,7 @@
#include <stdio.h>
void
-__eprintf (format, file, line, expression)
- const char *format;
- const char *file;
- unsigned int line;
- const char *expression;
+__eprintf (const char *format, const char *file, unsigned int line, const char *expression)
{
(void) fiprintf (stderr, format, file, line, expression);
abort ();