2017-12-13 18:59:23 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2015-10-09 17:17:17 +02:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 ARM Ltd.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
2016-06-07 15:11:44 +02:00
|
|
|
|
|
|
|
#define __ARCH_WANT_RENAMEAT
|
2019-01-04 09:27:31 +01:00
|
|
|
#define __ARCH_WANT_NEW_STAT
|
2019-05-16 19:10:36 +02:00
|
|
|
#define __ARCH_WANT_SET_GET_RLIMIT
|
|
|
|
#define __ARCH_WANT_TIME32_SYSCALLS
|
2020-02-18 15:44:59 +01:00
|
|
|
#define __ARCH_WANT_SYS_CLONE3
|
2021-11-11 12:06:01 +01:00
|
|
|
#define __ARCH_WANT_MEMFD_SECRET
|
2016-06-07 15:11:44 +02:00
|
|
|
|
2015-10-09 17:17:17 +02:00
|
|
|
#include <asm-generic/unistd.h>
|