libc/aarch64: fix ELF size of timingsafe_memcmp

Looks like a copy and paste error.
The ELF size of 0 prevents Valgrind from redirecting this function.

PR:		289845
Reviewed by:	fuz
Fixes:		3f224333af
See also:	https://bugs.kde.org/show_bug.cgi?id=509406
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1854
MFC after:	1 day
Event:		EuroBSDcon 2025
This commit is contained in:
Paul Floyd
2025-09-25 21:49:08 +02:00
committed by Robert Clausecker
parent 495813bfd7
commit 7feac79331
+1 -1
View File
@@ -114,4 +114,4 @@ ENTRY(timingsafe_memcmp)
csetm w0, lo
csinc w0, w0, wzr, ls
ret
END(timingsafe_bcmp)
END(timingsafe_memcmp)