Blame sysdeps/s390/wcscat-c.c

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