Blame sysdeps/s390/memcopy.h

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