Blame sysdeps/s390/wmemcmp-c.c

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