Blame sysdeps/s390/wcsncmp-c.c

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