doc: Update regarding MSVC 9.
[gnulib.git] / doc / posix-functions / mkdir.texi
index 56f66e3..f961257 100644 (file)
@@ -13,7 +13,7 @@ When the argument ends in a slash, the function call fails on some platforms.
 @item
 This function mistakenly succeeds on @samp{mkdir("d/./",mode)} on
 some platforms:
-Cygwin 1.5.x, mingw.
+Cygwin 1.5.x, mingw, MSVC 9.
 @item
 On Windows platforms (excluding Cygwin), this function is called @code{_mkdir}
 and takes only one argument.  The fix (without Gnulib) is to define a macro