From fdb16de38705ccff0dbf38af9956eb4165710106 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 14 Aug 2018 13:36:10 +0200 Subject: error, warn, warnx: Use __fxprintf for wide printing [BZ #23519] Also introduce the __vfxprintf function. --- include/stdio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/stdio.h b/include/stdio.h index 9162d4e..49383fb 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -126,6 +126,8 @@ extern int __fxprintf (FILE *__fp, const char *__fmt, ...) __attribute__ ((__format__ (__printf__, 2, 3))) attribute_hidden; extern int __fxprintf_nocancel (FILE *__fp, const char *__fmt, ...) __attribute__ ((__format__ (__printf__, 2, 3))) attribute_hidden; +int __vfxprintf (FILE *__fp, const char *__fmt, __gnuc_va_list) + attribute_hidden; /* Read the next line from FP into BUFFER, of LENGTH bytes. LINE will include the line terminator and a NUL terminator. On success, -- cgit v1.1