]> Kevux Git Server - fll/commitdiff
Cleanup: document _di_pthread_support_.
authorKevin Day <thekevinday@gmail.com>
Thu, 18 Mar 2021 23:43:37 +0000 (18:43 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 18 Mar 2021 23:43:37 +0000 (18:43 -0500)
Provide simple "defines" documentation for "_di_pthread_support_", even though its technically not used in that project.

level_0/f_thread/data/build/defines

index c6653172ef1e71eb1aff738b1cbad4300feeacd6..aa6477b8abc7448c3f124e114d729a8de0ccf01d 100644 (file)
@@ -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.