commit | 0984aedf68e6ff967af93ee12ee7c5de81178ca6 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Wed Jun 22 12:30:37 2022 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jun 23 09:16:32 2022 +0200 |
tree | 02dcc13d018fd557fd4edbf872f6055926dfb7ba | |
parent | d81b3d7425cfd86d8a529e8b3ef61005b670c6e9 [diff] |
libc/picolibc: When !TLS, use zephyr errno For targets without thread local storage, we need to use the builtin per-thread errno support provided by Zephyr as the multi-thread errno support provided in picolibc relies on TLS. Signed-off-by: Keith Packard <keithp@keithp.com>