1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

String: Add hidden defs for __memcmpeq() to enable internal usage

No bug.

This commit adds hidden defs for all declarations of __memcmpeq. This
enables usage of __memcmpeq without the PLT for usage internal to
GLIBC.
This commit is contained in:
Noah Goldstein
2021-10-21 15:53:58 -05:00
parent 44829b3ddb
commit 9894127d20
27 changed files with 38 additions and 0 deletions

View File

@@ -362,3 +362,4 @@ weak_alias (memcmp, bcmp)
#undef __memcmpeq
strong_alias (memcmp, __memcmpeq)
libc_hidden_def(__memcmpeq)