aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390/bzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/bzero.c')
-rw-r--r--sysdeps/s390/bzero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/bzero.c b/sysdeps/s390/bzero.c
index 9f8d957..6b5d471 100644
--- a/sysdeps/s390/bzero.c
+++ b/sysdeps/s390/bzero.c
@@ -35,7 +35,7 @@ extern __typeof (__bzero) BZERO_Z196 attribute_hidden;
s390_libc_ifunc_expr (__bzero, __bzero,
({
- s390_libc_ifunc_init ();
+ s390_libc_ifunc_expr_stfle_init ();
(HAVE_MEMSET_Z196 && S390_IS_Z196 (stfle_bits))
? BZERO_Z196
: (HAVE_MEMSET_Z10 && S390_IS_Z10 (stfle_bits))