Files
u-boot/include/linux
Rasmus Villemoes 349d148f16 lib/string.c: drop pointless __HAVE_ARCH_STRDUP
There has never been an arch-specific optimized implementation of
str[n]dup, nor is there likely to ever be one, because unlike their
cousins strlen(), strcpy() and similar that simply read/write the
src/dst, the dup functions by definition involve memory allocation. So
drop this irrelevant cpp guard.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
2026-05-12 15:38:00 -06:00
..
2025-12-04 09:38:58 -06:00
2023-05-15 14:08:45 -04:00
2025-06-11 09:42:55 +02:00
2024-07-29 15:01:04 -06:00
2025-09-18 17:20:39 +02:00
2023-11-07 14:50:52 -05:00
2025-06-03 17:18:03 -06:00
2025-04-02 20:00:59 -06:00
2023-05-15 14:08:45 -04:00
2023-07-25 12:44:46 -04:00