Files
u-boot-krane/lib
Rasmus VillemoesandTom Rini 07fcb18623 string: remove more pointless __HAVE_ARCH_STR*
None of these six macros are defined by any architecture. Moreover,
the ifndef guard only exists in either string.h or string.c, making them
completely pointless.

I'm not sure whether we have an explicit coding style discouraging the
"extern" qualifier on function declarations, and string.h has a random
mix of everything, but I can't leave it on strncasecmp() now that it
will be immediately after strcasecmp() which doesn't have it.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
2026-07-21 13:51:07 -06:00
..
2026-05-11 12:04:43 -06:00
2026-06-25 14:13:44 -06:00
2026-06-24 18:13:24 -06:00
2026-02-11 11:13:47 +02:00
2025-12-04 09:38:58 -06:00
2025-12-04 09:38:58 -06:00
2026-04-21 11:19:49 -06:00