Blame sysdeps/s390/wcschrnul-c.c

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