Blame sysdeps/s390/wcsnlen-c.c

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