X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Frmdir.texi;h=4676d18b5bb8def3260603f2faa50d05399cb993;hb=5556cec1e3f87122e1b0e7bf82f1f75c57219a21;hp=bc4adf9cfb0ec9990625299e2325b1e6cdf88a81;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/rmdir.texi b/doc/posix-functions/rmdir.texi index bc4adf9cf..4676d18b5 100644 --- a/doc/posix-functions/rmdir.texi +++ b/doc/posix-functions/rmdir.texi @@ -9,13 +9,17 @@ Gnulib module: rmdir Portability problems fixed by Gnulib: @itemize @item +This function is declared in different header files (namely, @code{} or +@code{}) on some platforms: +mingw, MSVC 9. +@item This function mistakenly removes a directory with @code{rmdir("dir/./")} on some platforms: Cygwin 1.5.x. @item This function fails with @code{EINVAL} instead of the expected @code{ENOTDIR} for @code{rmdir("file/")} on some platforms: -mingw. +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: