From 6db03fd2caa43a09e103635c7c8a0a801e4586f2 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 12 Aug 2025 21:36:38 -0500 Subject: [PATCH] Update: With latest FLL changes. --- data/build/stand_alone/configs/remove-config.h | 5 +++++ data/build/stand_alone/configs/tacocat-config.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/data/build/stand_alone/configs/remove-config.h b/data/build/stand_alone/configs/remove-config.h index a8ac91a..18d2d3e 100644 --- a/data/build/stand_alone/configs/remove-config.h +++ b/data/build/stand_alone/configs/remove-config.h @@ -1214,8 +1214,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_ @@ -1224,7 +1227,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_ diff --git a/data/build/stand_alone/configs/tacocat-config.h b/data/build/stand_alone/configs/tacocat-config.h index 5f8b325..8348164 100644 --- a/data/build/stand_alone/configs/tacocat-config.h +++ b/data/build/stand_alone/configs/tacocat-config.h @@ -1435,8 +1435,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_ @@ -1445,7 +1448,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