1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Update from Gnulib by running admin/merge-gnulib

This commit is contained in:
Paul Eggert 2025-11-06 14:34:59 -08:00
parent 50a1929f6c
commit eb69aca760

View file

@ -74,11 +74,11 @@ gl_consolesafe_fwrite (const void *ptr, size_t size, size_t nmemb, FILE *fp)
#if defined __MINGW32__ && __USE_MINGW_ANSI_STDIO #if defined __MINGW32__ && __USE_MINGW_ANSI_STDIO
# include "fseterr.h" # include "fseterr.h"
# include <stdarg.h>
# if !HAVE_VASPRINTF # if !HAVE_VASPRINTF
# include <errno.h> # include <errno.h>
# include <stdarg.h>
/* The old mingw (before mingw-w64) does not have the vasprintf function. /* The old mingw (before mingw-w64) does not have the vasprintf function.
Define a suitable replacement here, that supports the same format Define a suitable replacement here, that supports the same format