Blame sysdeps/s390/memcopy.h

Packit Service 1c5162
/* memcopy.h -- definitions for memory copy functions.
Packit Service 1c5162
   Copyright (C) 2018 Free Software Foundation, Inc.
Packit Service 1c5162
   This file is part of the GNU C Library.
Packit Service 1c5162
Packit Service 1c5162
   The GNU C Library is free software; you can redistribute it and/or
Packit Service 1c5162
   modify it under the terms of the GNU Lesser General Public
Packit Service 1c5162
   License as published by the Free Software Foundation; either
Packit Service 1c5162
   version 2.1 of the License, or (at your option) any later version.
Packit Service 1c5162
Packit Service 1c5162
   The GNU C Library is distributed in the hope that it will be useful,
Packit Service 1c5162
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 1c5162
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 1c5162
   Lesser General Public License for more details.
Packit Service 1c5162
Packit Service 1c5162
   You should have received a copy of the GNU Lesser General Public
Packit Service 1c5162
   License along with the GNU C Library; if not, see
Packit Service 1c5162
   <http://www.gnu.org/licenses/>.  */
Packit Service 1c5162
Packit Service 1c5162
#include <sysdeps/generic/memcopy.h>
Packit Service 1c5162
Packit Service 1c5162
/* The s390/s390x memcpy implementations are safe to be used by memmove.  */
Packit Service 1c5162
#undef MEMCPY_OK_FOR_FWD_MEMMOVE
Packit Service 1c5162
#define MEMCPY_OK_FOR_FWD_MEMMOVE 1