bc9c3b03dec5b128989ee13ac031876a9a5e70d6
[gnulib.git] / doc / posix-functions / putchar_unlocked.texi
1 @node putchar_unlocked
2 @section @code{putchar_unlocked}
3 @findex putchar_unlocked
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putchar_unlocked.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw.
18 @item
19 On some platforms, this function does not set @code{errno} or the
20 stream error indicator on attempts to write to a read-only stream:
21 Cygwin 1.7.9.
22 @end itemize