Blame sysdeps/s390/wcsncpy-c.c

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