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:
@@ -362,3 +362,4 @@ weak_alias (memcmp, bcmp)
|
||||
|
||||
#undef __memcmpeq
|
||||
strong_alias (memcmp, __memcmpeq)
|
||||
libc_hidden_def(__memcmpeq)
|
||||
|
Reference in New Issue
Block a user