mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
loongarch: Remove duplicate strnlen in libc.a (BZ 31785)
The generic version provides weak definitions of strnlen, which are already provided by the ifunc resolver. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
parent
ef9596352b
commit
62eaa46739
1 changed files with 2 additions and 0 deletions
|
@ -98,5 +98,7 @@ L(out):
|
|||
jr ra
|
||||
END(STRNLEN)
|
||||
|
||||
#if !IS_IN (libc)
|
||||
weak_alias (STRNLEN, strnlen)
|
||||
libc_hidden_builtin_def (STRNLEN)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue