summaryrefslogtreecommitdiff
path: root/cli/napi/sym
diff options
context:
space:
mode:
Diffstat (limited to 'cli/napi/sym')
-rw-r--r--cli/napi/sym/symbol_exports.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/cli/napi/sym/symbol_exports.json b/cli/napi/sym/symbol_exports.json
index 64b548d49..00946b8ed 100644
--- a/cli/napi/sym/symbol_exports.json
+++ b/cli/napi/sym/symbol_exports.json
@@ -152,6 +152,13 @@
"napi_check_object_type_tag",
"node_api_post_finalizer",
"napi_add_async_cleanup_hook",
- "napi_remove_async_cleanup_hook"
+ "napi_remove_async_cleanup_hook",
+ "uv_mutex_init",
+ "uv_mutex_lock",
+ "uv_mutex_unlock",
+ "uv_mutex_destroy",
+ "uv_async_init",
+ "uv_async_send",
+ "uv_close"
]
}