Re: [PATCH v2] Cygwin: factor out code to resolve a symlink target.

2025-02-04 Thread Corinna Vinschen
Hi Jeremy, On Feb 3 11:38, Jeremy Drake via Cygwin-patches wrote: > This code was duplicated between the lnk symlink type and the native > symlink type. > > Signed-off-by: Jeremy Drake > --- > winsup/cygwin/path.cc | 62 +++ > 1 file changed, 28 insertio

[PATCH v2] Cygwin: factor out code to resolve a symlink target.

2025-02-03 Thread Jeremy Drake via Cygwin-patches
This code was duplicated between the lnk symlink type and the native symlink type. Signed-off-by: Jeremy Drake --- winsup/cygwin/path.cc | 62 +++ 1 file changed, 28 insertions(+), 34 deletions(-) diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc