Implement uv_mutex_* fns and others (#18555)

This commit is contained in:
Zack Radisic
2025-04-01 19:08:32 -07:00
committed by GitHub
parent 575d2c40a8
commit 38a776a404
16 changed files with 535 additions and 84 deletions

View File

@@ -142,6 +142,14 @@ if(UNIX)
-fno-unwind-tables
-fno-asynchronous-unwind-tables
)
# needed for libuv stubs because they use
# C23 feature which lets you define parameter without
# name
register_compiler_flags(
DESCRIPTION "Allow C23 extensions"
-Wno-c23-extensions
)
endif()
register_compiler_flags(