Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-04-03 22:40:01 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-04-03 22:40:01 +0300
commit44da5e4b8c89bfcee79eb83fd3b7142720489940 (patch)
treecc6dc5e983c5a9325bf5f09fce789c4555507490 /winsup/doc/new-features.xml
parentfb834beebe10c9dac33dacc657af29c4e136cd59 (diff)
Cygwin: symlinks: create WSL symlinks on supporting filesystems
WSL symlinks are reparse points containing a POSIX path in UTF-8. On filesystems supporting reparse points, use this symlink type. On other filesystems, or in case of error, fall back to the good old plain SYSTEM file. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r--winsup/doc/new-features.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index a200300f2..60ae60de4 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -83,7 +83,7 @@ https://gitlab.freedesktop.org/terminal-wg/specifications/issues/9.
</para></listitem>
<listitem><para>
-Support WSL symlinks.
+Support WSL symlinks. Create those by default now.
</para></listitem>
</itemizedlist>