summaryrefslogtreecommitdiff
path: root/doc/posix-functions/open_memstream.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-14 19:08:31 +0100
committerBruno Haible <bruno@clisp.org>2008-12-14 19:10:34 +0100
commite2bc86f63c5d0d0e940c2af05c4681bfc22e27bd (patch)
treeffd502808ce941540d63ba13f7a6f75c229f6f2b /doc/posix-functions/open_memstream.texi
parent943ae74f655c15b4c7bef0b1285cf353bf076f7c (diff)
downloadgnulib-e2bc86f63c5d0d0e940c2af05c4681bfc22e27bd.tar.gz
Move documentation for glibc functions that are now in POSIX.
Diffstat (limited to 'doc/posix-functions/open_memstream.texi')
-rw-r--r--doc/posix-functions/open_memstream.texi18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/posix-functions/open_memstream.texi b/doc/posix-functions/open_memstream.texi
new file mode 100644
index 0000000000..4c972e45e5
--- /dev/null
+++ b/doc/posix-functions/open_memstream.texi
@@ -0,0 +1,18 @@
+@node open_memstream
+@section @code{open_memstream}
+@findex open_memstream
+
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on all non-glibc platforms:
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
+@end itemize