Blame sysdeps/s390/wcscat-c.c

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