Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/util/win32/posix_w32.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ int p_rmdir(const char *path)
* handle to the directory." This sounds like what everybody else calls
* EBUSY. Let's convert appropriate error codes.
*/
case ERROR_ACCESS_DENIED:
case ERROR_SHARING_VIOLATION:
errno = EBUSY;
break;
Expand Down