New module 'write'.
[pspp] / doc / posix-functions / write.texi
index 237a89b146aff6f07fb71f0375f8b75e3e76a1d5..9f81f32418f71619d5ad9597a88abc8ccd68aac1 100644 (file)
@@ -4,10 +4,15 @@
 
 POSIX specification: @url{http://www.opengroup.org/susv3xsh/write.html}
 
-Gnulib module: ---
+Gnulib module: write, sigpipe
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+When writing to a pipe with no readers, this function fails with error
+@code{EINVAL}, instead of obeying the current @code{SIGPIPE} handler, on
+some platforms:
+mingw.
 @end itemize
 
 Portability problems not fixed by Gnulib: