Blame sysdeps/s390/wcpcpy-c.c

Packit Service 2d0921
/* Default wcslen implementation for S/390.
Packit Service 2d0921
   Copyright (C) 2015-2018 Free Software Foundation, Inc.
Packit Service 2d0921
   This file is part of the GNU C Library.
Packit Service 2d0921
Packit Service 2d0921
   The GNU C Library is free software; you can redistribute it and/or
Packit Service 2d0921
   modify it under the terms of the GNU Lesser General Public
Packit Service 2d0921
   License as published by the Free Software Foundation; either
Packit Service 2d0921
   version 2.1 of the License, or (at your option) any later version.
Packit Service 2d0921
Packit Service 2d0921
   The GNU C Library is distributed in the hope that it will be useful,
Packit Service 2d0921
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 2d0921
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 2d0921
   Lesser General Public License for more details.
Packit Service 2d0921
Packit Service 2d0921
   You should have received a copy of the GNU Lesser General Public
Packit Service 2d0921
   License along with the GNU C Library; if not, see
Packit Service 2d0921
   <http://www.gnu.org/licenses/>.  */
Packit Service 2d0921
Packit Bot 84cf94
#include <ifunc-wcpcpy.h>
Packit Bot 84cf94
Packit Bot 84cf94
#if HAVE_WCPCPY_C
Packit Bot 84cf94
# if HAVE_WCPCPY_IFUNC || HAVE_WCPCPY_Z13
Packit Bot 84cf94
#  define WCPCPY WCPCPY_C
Packit Bot 84cf94
# endif
Packit Service 2d0921
Packit Service 2d0921
# include <wcsmbs/wcpcpy.c>
Packit Service 2d0921
#endif