https://bugs.winehq.org/show_bug.cgi?id=45170
Bug ID: 45170 Summary: Cygwin/MSYS2 needs EXDEV error code mapped to STATUS_NOT_SAME_DEVICE (rename of cross-device links) Product: Wine Version: 3.7 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
to track https://github.com/wine-staging/wine-staging/tree/master/patches/server-Map_...
Mentioned here:
https://wine-staging.com/news/2015-09-08-release-1.7.51.html
--- quote --- Map EXDEV error code to STATUS_NOT_SAME_DEVICE (MSYS2, Wine Staging Bug #536) --- quote ---
https://github.com/cygwin/cygwin/blob/master/winsup/cygwin/syscalls.cc#L2203
https://github.com/cygwin/cygwin/search?utf8=%E2%9C%93&q=EXDEV
Further info:
https://www.winehq.org/pipermail/wine-devel/2018-May/126749.html
--- quote --- SMB Reference document (look for STATUS_NOT_SAME_DEVICE).
https://msdn.microsoft.com/en-us/library/ee441884.aspx --- quote ---
$ wine --version wine-3.7-156-g6d6b4bffb3
Regards