Blame sysdeps/s390/wcpncpy-c.c

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