zephyr/lib/libc/arcmwdt
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
..
include lib: libc: arcmwdt: avoid double definition of clock_t and clockid_t 2024-11-23 20:12:02 -05:00
arcmwdt-string.c
CMakeLists.txt
libc-hooks.c libc: arcmwdt: replace _write if not provided by the POSIX subsystem 2024-12-03 02:37:16 +01:00
threading.c libc: arcmwdt: grant all threads access to stdio locks 2025-07-10 19:54:27 -05:00