commit | 14342969150a35f3c26afa513a4725bdec310799 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Thu Jul 06 11:55:00 2023 -0400 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Jul 06 16:45:26 2023 +0000 |
tree | 9746ab984682e60c5ad3dd5b96f824dc852d90f8 | |
parent | 13dcf2e4ed684edc2f1fc1354468a54ee07a987c [diff] |
posix: spinlock: additional kconfig for k_spinlock being size 0 The `struct k_spinlock` size is zero bytes under certain circumstances. This is a bit of a problem, because it breaks a number of assumptions about things in C. That should be fixed when #59922 is addressed. This change is just a hotfix to correct the specific condition where we will need workarounds in other source files. Signed-off-by: Christopher Friedt <cfriedt@meta.com>