Blame sysdeps/s390/wcschrnul-c.c

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