summaryrefslogtreecommitdiff
path: root/doc/posix-functions/open_memstream.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-02-21 21:39:07 +0100
committerBruno Haible <bruno@clisp.org>2021-02-21 21:41:33 +0100
commit75461c74dca5e5fa9c9f2540d7328a38e59a7b9c (patch)
treebbc5266c73a3f9a1ecf310a1d20b270134796b22 /doc/posix-functions/open_memstream.texi
parentdf2105c7a63eef268de92a78e885eb3e07c31215 (diff)
downloadgnulib-75461c74dca5e5fa9c9f2540d7328a38e59a7b9c.tar.gz
string-buffer: New module.
* lib/string-buffer.h: New file. * lib/string-buffer.c: New file. * modules/string-buffer: New file. * doc/posix-functions/open_memstream.texi: Mention the new module.
Diffstat (limited to 'doc/posix-functions/open_memstream.texi')
-rw-r--r--doc/posix-functions/open_memstream.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/open_memstream.texi b/doc/posix-functions/open_memstream.texi
index e28766478f..479738e712 100644
--- a/doc/posix-functions/open_memstream.texi
+++ b/doc/posix-functions/open_memstream.texi
@@ -16,3 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 7.1, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 1.5.x, mingw, MSVC 14, Android 5.1.
@end itemize
+
+An alternative to the @code{open_memstream} function is the Gnulib module
+@code{string-buffer}.