avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / fwrite.texi
1 @node fwrite
2 @section @code{fwrite}
3 @findex fwrite
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fwrite.html}
6
7 Gnulib module: stdio, sigpipe
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 When writing to a pipe with no readers, this function fails, instead of
13 obeying the current @code{SIGPIPE} handler, on some platforms:
14 mingw.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
21 upon failure.
22 @end itemize