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