From a5d6fda4338641a64d07b353129e5731a6517941 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 27 Jul 2021 23:14:01 +0100 Subject: Define which mutexes are blocking and recursive explicitly --- src/check_builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/check_builtin.cpp') diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp index 03ee6eb14..1b68728a0 100644 --- a/src/check_builtin.cpp +++ b/src/check_builtin.cpp @@ -242,7 +242,7 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32 String original_string = o.value.value_string; - gbMutex *ignore_mutex = nullptr; + BlockingMutex *ignore_mutex = nullptr; String path = {}; bool ok = determine_path_from_string(ignore_mutex, call, base_dir, original_string, &path); -- cgit v1.2.3