cbrtl: Bypass broken implementation in OpenBSD 5.1/SPARC.
[gnulib.git] / doc / posix-functions / rmdir.texi
index aca8b8b..4676d18 100644 (file)
@@ -2,22 +2,24 @@
 @section @code{rmdir}
 @findex rmdir
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rmdir.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rmdir.html}
 
 Gnulib module: rmdir
 
 Portability problems fixed by Gnulib:
 @itemize
 @item
+This function is declared in different header files (namely, @code{<io.h>} or
+@code{<direct.h>}) 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.
-@item
-This function is missing on some old platforms.
+mingw, MSVC 9.
 @end itemize
 
 Portability problems not fixed by Gnulib: