Merge tag 'snapshot-start' into stable
[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 @item
12 This function cannot be called from plain inline or extern inline
13 functions on some platforms:
14 OS X 10.8.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 This function is missing on some platforms:
21 Minix 3.1.8, mingw, MSVC 9.
22 @item
23 On some platforms, this function does not set @code{errno} or the
24 stream error indicator on attempts to write to a read-only stream:
25 Cygwin 1.7.9.
26 @end itemize