Blame sysdeps/s390/wcscpy-c.c

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