poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / putchar_unlocked.texi
blobd5e873e2dffee7307ddee54e6ee30fc8c35a45ea
1 @node putchar_unlocked
2 @section @code{putchar_unlocked}
3 @findex putchar_unlocked
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar_unlocked.html}
7 Gnulib module: ---
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
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 14.
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