]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/s390/multiarch/wcscmp.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / s390 / multiarch / wcscmp.c
index 9216691d03958d0ab26df74f9e0f44f6406a6ef4..5ee0fd4d881db9cbf89e8814ef5f18dbc05bec83 100644 (file)
@@ -1,5 +1,5 @@
 /* Multiple versions of wcscmp.
-   Copyright (C) 2015 Free Software Foundation, Inc.
+   Copyright (C) 2015-2018 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
    <http://www.gnu.org/licenses/>.  */
 
 #if defined HAVE_S390_VX_ASM_SUPPORT && IS_IN (libc)
+# define __wcscmp __redirect___wcscmp
 # include <wchar.h>
+# undef __wcscmp
 # include <ifunc-resolve.h>
 
-s390_vx_libc_ifunc (__wcscmp)
+s390_vx_libc_ifunc_redirected (__redirect___wcscmp, __wcscmp)
 weak_alias (__wcscmp, wcscmp)
 
 #else