]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/s390/memset.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / s390 / memset.c
index 57a35aebc7d3c794bf73aa82ff77bd3b308bb251..5aacb8cd9d6fd32745b9b735a7cb32ada98823a3 100644 (file)
@@ -1,5 +1,5 @@
 /* Multiple versions of memset.
-   Copyright (C) 2015-2018 Free Software Foundation, Inc.
+   Copyright (C) 2015-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <ifunc-memset.h>
 #if HAVE_MEMSET_IFUNC
@@ -37,7 +37,7 @@ extern __typeof (__redirect_memset) MEMSET_Z196 attribute_hidden;
 
 s390_libc_ifunc_expr (__redirect_memset, memset,
                      ({
-                       s390_libc_ifunc_init ();
+                       s390_libc_ifunc_expr_stfle_init ();
                        (HAVE_MEMSET_Z196 && S390_IS_Z196 (stfle_bits))
                          ? MEMSET_Z196
                          : (HAVE_MEMSET_Z10 && S390_IS_Z10 (stfle_bits))