zephyr/lib/libc
Flavio Ceolin bb98bd6d11 libc: newlib: Fix declare a type conflict
Fix a variable declaration type conflict:

libc-hooks.c:92:16: error: conflicting types for '_heap_sentry'
   92 |   extern void *_heap_sentry;
soc.h:78:13: note: previous declaration of '_heap_sentry' was here

Fixes #44926

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-04-18 14:42:19 -05:00
..
arcmwdt lib: libc: Drop z_ prefix from stdio syscalls 2021-09-11 04:47:01 -04:00
armstdc everywhere: fix typos 2022-03-14 20:22:24 -04:00
minimal libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00
newlib libc: newlib: Fix declare a type conflict 2022-04-18 14:42:19 -05:00
CMakeLists.txt armclang: ARM Compiler C library support 2021-08-30 08:54:23 -04:00
Kconfig everywhere: fix typos 2022-03-14 20:22:24 -04:00