From d9665cfb14817377cbad02289fbc27b331a7968a Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 15 Dec 2025 18:20:36 -0600 Subject: [PATCH] Update: Enable f_thread_cancel() in all stand alone builds. --- data/build/stand_alone/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/build/stand_alone/config.h b/data/build/stand_alone/config.h index c08eb32..1f641dc 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -1346,7 +1346,7 @@ #define _di_f_thread_barrierss_t_ #define _di_f_thread_caller_ //#define _di_f_thread_cancel_ -#define _di_f_thread_cancel_d_ +//#define _di_f_thread_cancel_d_ //#define _di_f_thread_cancel_state_set_ #define _di_f_thread_cancel_test_ #define _di_f_thread_cancel_type_set_ -- 1.8.3.1