You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WasmFS] Implement additional versions of existing syscalls (#16421)
Including:
- fstatat64
- mkdirat
- fchdir
- renameat
- symlinkat
- readlinkat
- fchmodat
Also reimplement the existing syscalls in terms of the new more general versions
where possible to reduce code duplication and get free test coverage.
As drive-by fixes, remove an unused debugging function, simplify the optional
arguments to the path parsing functions, and validate the correctness of `flags`
arguments to existing syscalls, and add various TODOs.
Resolves#15972.
0 commit comments