Commit 26724f3
committed
filesystem: ErrorCode::NotPermitted when hard-linking directory
On Windows, attempting to hard-link a directory gave ErrorCode::Access
instead of NotPermitted. Fix it in the wasi crate instead of cap-std or
wasi-common because it's where the sync/tokio configurations flow.
Should fix wasmtime for
WebAssembly/wasi-testsuite#177.1 parent 69ef9af commit 26724f3
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | | - | |
924 | | - | |
925 | | - | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
926 | 932 | | |
927 | 933 | | |
928 | 934 | | |
| |||
0 commit comments