Eric Auger | dd87396 | 2017-12-13 17:59:23 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
Marc-André Lureau | 1842bdf | 2015-10-09 17:17:17 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2012 ARM Ltd. |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License version 2 as |
| 7 | * published by the Free Software Foundation. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, |
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | * GNU General Public License for more details. |
| 13 | * |
| 14 | * You should have received a copy of the GNU General Public License |
| 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ |
Cornelia Huck | ff804f1 | 2016-06-07 15:11:44 +0200 | [diff] [blame] | 17 | |
| 18 | #define __ARCH_WANT_RENAMEAT |
Paolo Bonzini | da054c6 | 2019-01-04 09:27:31 +0100 | [diff] [blame] | 19 | #define __ARCH_WANT_NEW_STAT |
Cornelia Huck | d9cb433 | 2019-05-16 19:10:36 +0200 | [diff] [blame] | 20 | #define __ARCH_WANT_SET_GET_RLIMIT |
| 21 | #define __ARCH_WANT_TIME32_SYSCALLS |
Cornelia Huck | ddda374 | 2020-02-18 15:44:59 +0100 | [diff] [blame] | 22 | #define __ARCH_WANT_SYS_CLONE3 |
Cornelia Huck | ff804f1 | 2016-06-07 15:11:44 +0200 | [diff] [blame] | 23 | |
Marc-André Lureau | 1842bdf | 2015-10-09 17:17:17 +0200 | [diff] [blame] | 24 | #include <asm-generic/unistd.h> |