From d4f1e95da3c3302b592536ecb7d0513b737f03b7 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 18 Mar 2021 18:43:37 -0500 Subject: [PATCH] Cleanup: document _di_pthread_support_. Provide simple "defines" documentation for "_di_pthread_support_", even though its technically not used in that project. --- level_0/f_thread/data/build/defines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_0/f_thread/data/build/defines b/level_0/f_thread/data/build/defines index c665317..aa6477b 100644 --- a/level_0/f_thread/data/build/defines +++ b/level_0/f_thread/data/build/defines @@ -1,2 +1,2 @@ # fss-0000 - +_di_pthread_support_ disables thread support, which is intended to disable this entire f_thread project. This is not directly used by this library, but is instead used by other libraries to not include f_thread (such as special compilations like monolithic). Future versions may potentially support this, providing stubs. -- 1.8.3.1