Blame sysdeps/s390/wcsncpy-c.c

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