libc/riscv64: temporarily unhook strrchr() from the build

A bug was discovered in the riscv64 assembly implementation of
this function.  Fall back to the generic implementation until a
fix can be developed.

PR:		295823
Reported by:	siva
MFC after:	1 week
This commit is contained in:
Robert Clausecker
2026-06-07 21:00:33 +02:00
parent 26a1180cd1
commit 4996ebdb72
+1 -2
View File
@@ -5,5 +5,4 @@ MDSRCS+= \
memcpy.S \
memset.S \
strlen.S \
strchrnul.S \
strrchr.S
strchrnul.S