Blame sysdeps/s390/wcsnlen-c.c

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