2018-09-05 14:25:08 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
|
|
|
#include <uapi/asm/unistd.h>
|
2019-03-20 18:27:27 +08:00
|
|
|
|
2024-07-03 17:09:22 +02:00
|
|
|
#define __ARCH_WANT_STAT64
|
|
|
|
#define __ARCH_WANT_SYS_CLONE
|
|
|
|
|
2019-03-20 18:27:27 +08:00
|
|
|
#define NR_syscalls (__NR_syscalls)
|