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 c79f46a commit 3e3c8caCopy full SHA for 3e3c8ca
arch/arm64/include/asm/unistd.h
@@ -42,7 +42,6 @@
42
#endif
43
44
#define __ARCH_WANT_SYS_CLONE
45
-#define __ARCH_WANT_SYS_CLONE3
46
47
#ifndef __COMPAT_SYSCALL_NR
48
#include <uapi/asm/unistd.h>
arch/arm64/include/uapi/asm/unistd.h
@@ -19,5 +19,6 @@
19
#define __ARCH_WANT_NEW_STAT
20
#define __ARCH_WANT_SET_GET_RLIMIT
21
#define __ARCH_WANT_TIME32_SYSCALLS
22
+#define __ARCH_WANT_SYS_CLONE3
23
24
#include <asm-generic/unistd.h>
0 commit comments