]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: add strstr()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 28 Apr 2025 12:40:02 +0000 (14:40 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:32:00 +0000 (15:32 +0200)
commit05b6b2a9efa4b40b7bc1668f887b7d98f719efb1
tree42ce2e03f1db4c81401c4151053c2398b15cda6b
parent1f421ddf494d3263842bcf430a683aaf33c3e31c
tools/nolibc: add strstr()

This is used in various selftests and will be handy when integrating
those with nolibc.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250428-nolibc-misc-v2-1-3c043eeab06c@linutronix.de
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/string.h
tools/testing/selftests/nolibc/nolibc-test.c