zephyr/include
Keith Packard 4a1f031fde libc/newlib: Remove duplicate declaration of z_malloc_partition
The newlib stanza in libc-hooks.h declares z_malloc_partition, but also
sets Z_MALLOC_PARTITION_EXISTS. That preprocessor symbol controls
whether z_malloc_partition is declared later in the file, causing
a duplicate declaration. Remove the newlib-specific one as redundant.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-05-09 01:29:16 +09:00
..
zephyr libc/newlib: Remove duplicate declaration of z_malloc_partition 2023-05-09 01:29:16 +09:00