commit | aed767a98c00bc11b5455fb60c3a3d8f0bda37c0 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Jul 15 18:24:32 2019 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Aug 22 07:38:56 2019 -0500 |
tree | 86000d8a5fbdca6a905acced90bccf594e3db2c5 | |
parent | db48d3e22a80b0ff643839ceb546a2c4d0fb244d [diff] |
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>