1
Fork 0
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:
Ali Mohammad Pur 2023-05-04 00:38:54 +03:30 committed by Andreas Kling
parent 5121b368cd
commit 47248a3511
3 changed files with 9 additions and 0 deletions

View file

@ -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