2017-11-01 22:09:13 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2012-03-05 19:49:30 +08: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-04-30 05:29:26 +08:00
|
|
|
|
|
|
|
#define __ARCH_WANT_RENAMEAT
|
2018-04-13 17:50:12 +08:00
|
|
|
#define __ARCH_WANT_NEW_STAT
|
2018-05-16 16:18:50 +08:00
|
|
|
#define __ARCH_WANT_SET_GET_RLIMIT
|
2019-02-19 00:30:06 +08:00
|
|
|
#define __ARCH_WANT_TIME32_SYSCALLS
|
2020-01-03 01:24:07 +08:00
|
|
|
#define __ARCH_WANT_SYS_CLONE3
|
2021-07-08 09:08:11 +08:00
|
|
|
#define __ARCH_WANT_MEMFD_SECRET
|
2016-04-30 05:29:26 +08:00
|
|
|
|
2012-10-11 18:05:13 +08:00
|
|
|
#include <asm-generic/unistd.h>
|