Blame sysdeps/s390/wcpncpy-c.c

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