Blame sysdeps/s390/wcsncpy-c.c

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