From d5c45c278a3d38b3c4fd4c6a1556de6c5a01d5c7 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 15 Dec 2025 18:20:37 -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 9412db4..f25548e 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -1577,7 +1577,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