We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9025fd4 commit 2305f60Copy full SHA for 2305f60
arch/csky/include/uapi/asm/unistd.h
@@ -1,7 +1,10 @@
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3
4
+#define __ARCH_WANT_STAT64
5
+#define __ARCH_WANT_NEW_STAT
6
#define __ARCH_WANT_SYS_CLONE
7
+#define __ARCH_WANT_SYS_CLONE3
8
#define __ARCH_WANT_SET_GET_RLIMIT
9
#define __ARCH_WANT_TIME32_SYSCALLS
10
#include <asm-generic/unistd.h>
0 commit comments