mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:57:36 +00:00
LibWasm: Keep track of created directory fds in path_create_directory
This commit is contained in:
parent
5121b368cd
commit
47248a3511
3 changed files with 9 additions and 0 deletions
|
@ -478,6 +478,10 @@
|
|||
# cmakedefine01 WASI_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WASI_FINE_GRAINED_DEBUG
|
||||
# cmakedefine01 WASI_FINE_GRAINED_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WASM_BINPARSER_DEBUG
|
||||
# cmakedefine01 WASM_BINPARSER_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue