We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf0c6e commit bb98bd6Copy full SHA for bb98bd6
lib/libc/newlib/libc-hooks.c
@@ -89,7 +89,7 @@
89
/* End of the malloc arena is the end of physical memory */
90
#if defined(CONFIG_XTENSA)
91
/* TODO: Why is xtensa a special case? */
92
- extern void *_heap_sentry;
+ extern char _heap_sentry[];
93
#define MAX_HEAP_SIZE (POINTER_TO_UINT(&_heap_sentry) - \
94
HEAP_BASE)
95
#else
0 commit comments