zephyr/lib/libc
Ilya Tagunov e22ca6b132 libc: arcmwdt: grant all threads access to stdio locks
Some of the locks are created in supervisor mode (i.e. stdout one),
but should be accessed from user mode too. Unfortunately, there is
no way to distinguish these locks, so grant the access to all of them
as the actual reads and writes should end up as syscalls anyway.

Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
2025-07-10 19:54:27 -05:00
..
arcmwdt libc: arcmwdt: grant all threads access to stdio locks 2025-07-10 19:54:27 -05:00
armstdc Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
common libc: common: thrd: use sys_clock_nanosleep() instead of nanosleep() 2025-06-24 14:18:52 +02:00
iar toolchain: iar: Add experimental IAR support 2025-02-14 19:12:44 +00:00
minimal stdlib : strtoll : fix strtoll overflow handling with unsigned accumulator 2025-07-09 09:44:48 -05:00
newlib libc: newlib: heap arean to support Xtensa MPU 2025-05-01 18:16:20 +02:00
picolibc libc/picolibc: Make lock typing match between Zephyr and picolibc 2025-05-01 07:15:16 +02:00
CMakeLists.txt toolchain: iar: Add experimental IAR support 2025-02-14 19:12:44 +00:00
Kconfig libc: arcmwdt: require static initializers 2025-07-10 19:54:22 -05:00