Blame sysdeps/s390/wcsnlen-c.c

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