Blame sysdeps/s390/wcsncat-c.c

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