Blame sysdeps/s390/memcopy.h

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