aboutsummaryrefslogtreecommitdiff
path: root/build2/context
diff options
context:
space:
mode:
Diffstat (limited to 'build2/context')
-rw-r--r--build2/context2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/context b/build2/context
index d6f79af..da2ced5 100644
--- a/build2/context
+++ b/build2/context
@@ -243,7 +243,7 @@ namespace build2
// execution with the expectation of it reaching 0. Used as a sanity
// check.
//
- extern uint64_t dependency_count;
+ extern atomic_count dependency_count;
// Variable override value cache.
//