modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / putc_unlocked.texi
blob68f9d2c0509db1424896826324ee41a1e1ee7196
1 @node putc_unlocked
2 @section @code{putc_unlocked}
3 @findex putc_unlocked
5 POSIX specification:@* @url{http://www.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 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