Cygwin: document POSIX rename semantics availability with W10 1809 only

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-01-14 21:57:38 +01:00
parent 5275b3e3f2
commit 837eb2af5b
2 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@ What changed:
Deleting an in-use file now actually removes the file, rather than moving
it to the recycler bin.
- Use the new POSIX rename semantics on NTFS starting with Windows 10 1709.
- Use the new POSIX rename semantics on NTFS starting with Windows 10 1809.
Renaming a file to another in-use file now actually removes the other file,
rather than moving it to the recycler bin.

View File

@ -63,18 +63,18 @@ all clocks, except CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
clock_setres is a no-op now.
</para></listitem>
<listitem><para>
Use the new POSIX rename semantics on NTFS starting with Windows 10
1709. Renaming a file to another in-use file now actually removes the
other file, rather than moving it to the recycler bin.
</para></listitem>
<listitem><para>
Use the new POSIX unlink semantics on NTFS starting with Windows 10
1709. Deleting an in-use file now actually removes the file, rather
than moving it to the recycler bin.
</para></listitem>
<listitem><para>
Use the new POSIX rename semantics on NTFS starting with Windows 10
1809. Renaming a file to another in-use file now actually removes the
other file, rather than moving it to the recycler bin.
</para></listitem>
<listitem><para>
open(..., O_TMPFILE) now moves the file to the trash bin immediately,
to free the parent directory.