summaryrefslogtreecommitdiff
path: root/doc/posix-functions/mkdir.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-09-11 21:56:17 +0200
committerBruno Haible <bruno@clisp.org>2011-09-11 21:56:17 +0200
commit4e39aa42880fd6a5c6d55f67c912381c0d0980aa (patch)
tree6c25ace0cdca4b77f103ec77a58fa15055511cda /doc/posix-functions/mkdir.texi
parent912da04e8be8f7b78ea66c0fba08b2ceb292b8b0 (diff)
downloadgnulib-4e39aa42880fd6a5c6d55f67c912381c0d0980aa.tar.gz
doc: Update regarding MSVC 9.
* doc/gnulib-intro.texi (Target Platforms): Classify MSVC as "rarely tested". * doc/posix-functions/*.texi: Update with info about MSVC 9. * doc/posix-headers/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise. * doc/glibc-headers/*.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/mkdir.texi')
-rw-r--r--doc/posix-functions/mkdir.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/mkdir.texi b/doc/posix-functions/mkdir.texi
index 56f66e3fa1..f961257986 100644
--- a/doc/posix-functions/mkdir.texi
+++ b/doc/posix-functions/mkdir.texi
@@ -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