spi_flash, linux target: explicit use strlcpy/strlcat from BSD string.h

This commit is contained in:
Anton Maklakov 2022-03-29 13:42:06 +07:00
parent 5213ec8b33
commit ed1c1f1903

View File

@ -18,9 +18,6 @@
extern "C" {
#endif
#define strlcpy(a, b, c)
#define strlcat(a, b, c)
#define heap_caps_malloc(a, b) NULL
#define MALLOC_CAP_INTERNAL 0
#define MALLOC_CAP_8BIT 0