zephyr/lib/libc
Andrew Boie aed767a98c libc: newlib: make sbrk() thread-safe
Concurrent use of this function could lead to corruption.
Use a sys_sem to synchronize access.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-08-22 07:38:56 -05:00
..
minimal
newlib libc: newlib: make sbrk() thread-safe 2019-08-22 07:38:56 -05:00
CMakeLists.txt
Kconfig