e3a59c830a83cc4a02ba1d2db96711965ba940e7
[gnulib.git] / doc / posix-functions / unlink.texi
1 @node unlink
2 @section @code{unlink}
3 @findex unlink
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/unlink.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 Removing an open file is non-portable: On Unix this allows the programs that
17 have the file already open to continue working with it; the file's storage
18 is only freed when the no process has the file open any more.  On Windows,
19 the attempt to remove an open file fails.
20 @end itemize