summaryrefslogtreecommitdiff
path: root/doc/posix-functions/vprintf.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-26 13:37:33 +0200
committerBruno Haible <bruno@clisp.org>2008-09-26 13:44:54 +0200
commit9ff044ec4deb16682a04fb608b2576f205da48e3 (patch)
treeba4d624fa2213e5d327b9088c46279a99315c0d3 /doc/posix-functions/vprintf.texi
parente54c09718f6159539f37d3d9dbc3ced6a030486f (diff)
downloadgnulib-9ff044ec4deb16682a04fb608b2576f205da48e3.tar.gz
Support SIGPIPE in stdio functions for writing.
Diffstat (limited to 'doc/posix-functions/vprintf.texi')
-rw-r--r--doc/posix-functions/vprintf.texi12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/posix-functions/vprintf.texi b/doc/posix-functions/vprintf.texi
index e214cc5c7f..92a5bbbecd 100644
--- a/doc/posix-functions/vprintf.texi
+++ b/doc/posix-functions/vprintf.texi
@@ -4,9 +4,9 @@
POSIX specification: @url{http://www.opengroup.org/susv3xsh/vprintf.html}
-Gnulib module: vprintf-posix
+Gnulib module: vprintf-posix or stdio, sigpipe
-Portability problems fixed by Gnulib:
+Portability problems fixed by Gnulib module @code{vprintf-posix}:
@itemize
@item
This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
@@ -50,6 +50,14 @@ This function can crash in out-of-memory conditions on some platforms:
MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0.
@end itemize
+Portability problems fixed by Gnulib module @code{stdio} or @code{vprintf-posix}, together with module @code{sigpipe}:
+@itemize
+@item
+When writing to a pipe with no readers, this function fails, instead of
+obeying the current @code{SIGPIPE} handler, on some platforms:
+mingw.
+@end itemize
+
Portability problems not fixed by Gnulib:
@itemize
@end itemize