summaryrefslogtreecommitdiff
path: root/doc/posix-functions/putchar.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/putchar.texi
parente54c09718f6159539f37d3d9dbc3ced6a030486f (diff)
downloadgnulib-9ff044ec4deb16682a04fb608b2576f205da48e3.tar.gz
Support SIGPIPE in stdio functions for writing.
Diffstat (limited to 'doc/posix-functions/putchar.texi')
-rw-r--r--doc/posix-functions/putchar.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/posix-functions/putchar.texi b/doc/posix-functions/putchar.texi
index 16cd0aba63..b2f867ea47 100644
--- a/doc/posix-functions/putchar.texi
+++ b/doc/posix-functions/putchar.texi
@@ -4,10 +4,14 @@
POSIX specification: @url{http://www.opengroup.org/susv3xsh/putchar.html}
-Gnulib module: ---
+Gnulib module: stdio, sigpipe
Portability problems fixed by Gnulib:
@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: