From 80d1b0c6b2b5b3a8a128ea739ca7b017031ddeda Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 12 Aug 2025 21:36:27 -0500 Subject: [PATCH] Update: With latest FLL changes. --- data/build/stand_alone/config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/build/stand_alone/config.h b/data/build/stand_alone/config.h index 07cf2f5..cadcecb 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -1624,8 +1624,11 @@ #define _di_f_thread_mutex_attribute_priority_ceiling_set_ #define _di_f_thread_mutex_attribute_protocol_get_ #define _di_f_thread_mutex_attribute_protocol_set_ +#define _di_f_thread_mutex_attribute_robust_get_ +#define _di_f_thread_mutex_attribute_robust_set_ #define _di_f_thread_mutex_attribute_shared_get_ #define _di_f_thread_mutex_attribute_shared_set_ +#define _di_f_thread_mutex_attribute_d_ //#define _di_f_thread_mutex_attribute_t_ #define _di_f_thread_mutex_attribute_type_get_ #define _di_f_thread_mutex_attribute_type_set_ @@ -1634,7 +1637,9 @@ #define _di_f_thread_mutex_attributes_t_ #define _di_f_thread_mutex_attributess_delete_callback_ #define _di_f_thread_mutex_attributess_destroy_callback_ +#define _di_f_thread_mutex_consistent_ //#define _di_f_thread_mutex_create_ +#define _di_f_thread_mutex_d_ //#define _di_f_thread_mutex_delete_ //#define _di_f_thread_mutex_lock_ //#define _di_f_thread_mutex_lock_timed_ -- 1.8.3.1