Blame sysdeps/s390/wcpncpy-c.c

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