mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +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:
@@ -140,3 +140,4 @@ weak_alias (memcmp, bcmp)
|
||||
#undef __memcmpeq
|
||||
strong_alias (memcmp, __memcmpeq)
|
||||
libc_hidden_builtin_def (memcmp)
|
||||
libc_hidden_def (__memcmpeq)
|
||||
|
||||
Reference in New Issue
Block a user