utime: Fix a test failure on macOS 10.13.
[gnulib.git] / doc / posix-functions / setvbuf.texi
blob55192e0c6ae773b8ecf38d80f922ddcb3bf228ef
1 @node setvbuf
2 @section @code{setvbuf}
3 @findex setvbuf
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/setvbuf.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
17 upon failure.
18 @item
19 On Windows platforms (excluding Cygwin), @code{_IOLBF} (line-buffering)
20 is treated as if it were @code{_IOFBF} (full buffering),
21 possibly with a warning generated.
22 @end itemize