Blame sysdeps/s390/wcpncpy-c.c

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