Eric Blake wrote:
> --- a/lib/stdio.in.h
> +++ b/lib/stdio.in.h
> @@ -602,6 +602,11 @@ _GL_CXXALIASWARN (obstack_vprintf);
> the current stream size. After closing the stream, call
> free(*BUF). */
> # if !...@have_open_memstream@
> +# if GNULIB_OPEN_MEMSTREAM_HOOK
> +/* Internal functi
Eric Blake wrote:
> Provide brute-force implementation that works on all remaining
> systems. Some day, it would be nice to override all APIs that
> take FILE*, so that we can guarantee efficient in-memory access,
> but in the meantime, this works even if it is slow on deficient
> platforms. The
Provide brute-force implementation that works on all remaining
systems. Some day, it would be nice to override all APIs that
take FILE*, so that we can guarantee efficient in-memory access,
but in the meantime, this works even if it is slow on deficient
platforms. The idea here is that eventually