aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdio-consolesafe.c
diff options
context:
space:
mode:
authorPaul Eggert2025-11-06 14:34:59 -0800
committerPaul Eggert2025-11-06 14:35:21 -0800
commiteb69aca76074ef71d6d7bb4e98f3c44fe36f64e6 (patch)
tree8758244abb667d080b26488ae533395c4e78773f /lib/stdio-consolesafe.c
parent50a1929f6c0a8509b0b695b3aac25fbf70b8ffd6 (diff)
downloademacs-eb69aca76074ef71d6d7bb4e98f3c44fe36f64e6.tar.gz
emacs-eb69aca76074ef71d6d7bb4e98f3c44fe36f64e6.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/stdio-consolesafe.c')
-rw-r--r--lib/stdio-consolesafe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdio-consolesafe.c b/lib/stdio-consolesafe.c
index b5ca8cc0125..80561a6da4e 100644
--- a/lib/stdio-consolesafe.c
+++ b/lib/stdio-consolesafe.c
@@ -74,11 +74,11 @@ gl_consolesafe_fwrite (const void *ptr, size_t size, size_t nmemb, FILE *fp)
74#if defined __MINGW32__ && __USE_MINGW_ANSI_STDIO 74#if defined __MINGW32__ && __USE_MINGW_ANSI_STDIO
75 75
76# include "fseterr.h" 76# include "fseterr.h"
77# include <stdarg.h>
77 78
78# if !HAVE_VASPRINTF 79# if !HAVE_VASPRINTF
79 80
80# include <errno.h> 81# include <errno.h>
81# include <stdarg.h>
82 82
83/* The old mingw (before mingw-w64) does not have the vasprintf function. 83/* The old mingw (before mingw-w64) does not have the vasprintf function.
84 Define a suitable replacement here, that supports the same format 84 Define a suitable replacement here, that supports the same format