diff options
Diffstat (limited to 'sysdeps/s390/memcmp.c')
-rw-r--r-- | sysdeps/s390/memcmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/s390/memcmp.c b/sysdeps/s390/memcmp.c index 0b4e9da717..52c20af772 100644 --- a/sysdeps/s390/memcmp.c +++ b/sysdeps/s390/memcmp.c @@ -46,4 +46,5 @@ s390_libc_ifunc_expr (__redirect_memcmp, memcmp, }) ) weak_alias (memcmp, bcmp); +strong_alias (memcmp, __memcmpeq) #endif |