Blame sysdeps/s390/wcschrnul-c.c

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