summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index 0b0c97f8c8..fc27b384ec 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -345,6 +345,7 @@ int ThreadPoolWork::CancelWork() {
}
tracing::AgentWriterHandle* GetTracingAgentWriter();
+void DisposePlatform();
static inline const char* errno_string(int errorno) {
#define ERRNO_CASE(e) case e: return #e;