Blame sysdeps/s390/wcsncat-c.c

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