X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmkdir.texi;h=56f66e3fa13601433c5e925900941bed5ffb6984;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=ccf87042406277423ec333e495cb0b6c5174d676;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/mkdir.texi b/doc/posix-functions/mkdir.texi index ccf870424..56f66e3fa 100644 --- a/doc/posix-functions/mkdir.texi +++ b/doc/posix-functions/mkdir.texi @@ -2,7 +2,7 @@ @section @code{mkdir} @findex mkdir -POSIX specification: @url{http://www.opengroup.org/susv3xsh/mkdir.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkdir.html} Gnulib module: mkdir @@ -11,6 +11,10 @@ Portability problems fixed by Gnulib: @item 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. +@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 like this: