Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / rmdir.texi
1 @node rmdir
2 @section @code{rmdir}
3 @findex rmdir
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/rmdir.html}
6
7 Gnulib module: rmdir
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some old platforms.
13 @end itemize
14
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 When @code{rmdir} fails because the specified directory is not empty, the
19 @code{errno} value is system dependent.
20 @end itemize