summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-01-27 09:05:55 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2020-01-27 09:05:55 -0800
commitf11ba7de156558ac5e78e285dbf9e9af60ceb2a8 (patch)
tree446e0e92b550ea81780c4e7532087707da249eb6 /arch/m68k/include
parent0238d3c75303d63839ca20e71e4993fdab3fec7b (diff)
parent6aabc1facdb24e837cfea755ba46a6be22a8860f (diff)
Merge tag 'm68k-for-v5.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k updates from Geert Uytterhoeven: - wire up clone3() syscall - defconfig updates * tag 'm68k-for-v5.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: m68k: Implement copy_thread_tls() m68k: defconfig: Update defconfigs for v5.5-rc3 m68k: Wire up clone3() syscall
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h
index 2e0047cf86f8..4ae52414cd9d 100644
--- a/arch/m68k/include/asm/unistd.h
+++ b/arch/m68k/include/asm/unistd.h
@@ -30,5 +30,6 @@
#define __ARCH_WANT_SYS_SIGPROCMASK
#define __ARCH_WANT_SYS_FORK
#define __ARCH_WANT_SYS_VFORK
+#define __ARCH_WANT_SYS_CLONE3
#endif /* _ASM_M68K_UNISTD_H_ */