On 1/25/22 08:13, Eric Blake wrote:
it something that gnulib should work around by
overriding fclose() to be guaranteed that it has an open fd?

This is a bug that Gnulib's fclose module is already supposed to be working around. Are the programs in question using the fclose module, either directly or indirectly? If so, we should investigate why the fclose module isn't working around the MSVC bug. If not, perhaps we should change the close-stream module to start depending on the fclose module.

Reply via email to