]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: symlinks: fix WSL symlinks pointing to /mnt
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 2 Apr 2020 20:25:55 +0000 (22:25 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 2 Apr 2020 20:25:55 +0000 (22:25 +0200)
commitfb834beebe10c9dac33dacc657af29c4e136cd59
treea5d07394d54d5220842228e57f672eaed5956d3f
parent1171927f1a0073821d0b0266f9d8eff42742d1cf
Cygwin: symlinks: fix WSL symlinks pointing to /mnt

Commit 4a36897af392 allowed to convert /mnt/<drive> path
prefixes to Cygwin cygdrive prefixes on the fly.  However,
the patch neglected WSL symlinks pointing to the /mnt
directory.  Rearrange path conversion so /mnt is converted
to the cygdrive prefix path itself.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/path.cc
This page took 0.029723 seconds and 5 git commands to generate.