poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / remove.texi
blobe598f9e6d496464e005fa6c4fcd84a1a7332dfd0
1 @node remove
2 @section @code{remove}
3 @findex remove
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/remove.html}
7 Gnulib module: remove
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function fails to reject trailing slashes on non-directories on
13 some platforms:
14 FreeBSD 7.2, Solaris 9.
15 @item
16 This function mistakenly removes a directory with
17 @code{remove("dir/./")} on some platforms:
18 Cygwin 1.5.x.
19 @item
20 This function does not remove empty directories on some platforms:
21 mingw, MSVC 14.
22 @end itemize
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize