test-perror: relax test to ignore cygwin bug
[gnulib.git] / doc / posix-functions / putc_unlocked.texi
index 2fe0a4f..4fbf3c4 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{putc_unlocked}
 @findex putc_unlocked
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/putc_unlocked.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putc_unlocked.html}
 
 Gnulib module: ---
 
@@ -15,4 +15,8 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 mingw.
+@item
+On some platforms, this function does not set @code{errno} or the
+stream error indicator on attempts to write to a read-only stream:
+Cygwin 1.7.9.
 @end itemize