merge remote changes

Sun, 21 Dec 2025 23:59:15 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 21 Dec 2025 23:59:15 +0100
changeset 1647
67834d3e45d0
parent 1646
85fd3ff8416e (current diff)
parent 1645
27037c1b14e0 (diff)
child 1648
3c5550f6d995

merge remote changes

--- a/src/array_list.c	Sun Dec 21 23:58:30 2025 +0100
+++ b/src/array_list.c	Sun Dec 21 23:59:15 2025 +0100
@@ -356,8 +356,8 @@
 }
 
 #ifndef WITH_QSORT_R
-static thread_local cx_compare_func2 cx_array_fn_for_qsort;
-static thread_local void *cx_array_context_for_qsort;
+static _Thread_local cx_compare_func2 cx_array_fn_for_qsort;
+static _Thread_local void *cx_array_context_for_qsort;
 static int cx_array_qsort_wrapper(const void *l, const void *r) {
     return cx_array_fn_for_qsort(l, r, cx_array_context_for_qsort);
 }

mercurial