summaryrefslogtreecommitdiff
path: root/arch/m68k/include/uapi/asm/unistd.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-03-27 10:44:51 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-03-27 10:44:51 -0700
commitd3e68cef893c5582a1d54db4126d81245b8382f9 (patch)
tree67fd95ad7be7ef125b166fbc2f6c99009afff357 /arch/m68k/include/uapi/asm/unistd.h
parentc02ed2e75ef4c74e41e421acb4ef1494671585e8 (diff)
parente3b1ebd673876f2cdb0b84205e52a33b94a9860f (diff)
downloadlwn-d3e68cef893c5582a1d54db4126d81245b8382f9.tar.gz
lwn-d3e68cef893c5582a1d54db4126d81245b8382f9.zip
Merge tag 'm68k-for-v4.11-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k updates from Geert Uytterhoeven: - build warning fix - defconfig updates - wire up new statx syscall * tag 'm68k-for-v4.11-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: m68k: Wire up statx m68k/defconfig: Update defconfigs for v4.11-rc1 m68k/bitops: Correct signature of test_bit()
Diffstat (limited to 'arch/m68k/include/uapi/asm/unistd.h')
-rw-r--r--arch/m68k/include/uapi/asm/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h
index 9fe674bf911f..25589f5b8669 100644
--- a/arch/m68k/include/uapi/asm/unistd.h
+++ b/arch/m68k/include/uapi/asm/unistd.h
@@ -384,5 +384,6 @@
#define __NR_copy_file_range 376
#define __NR_preadv2 377
#define __NR_pwritev2 378
+#define __NR_statx 379
#endif /* _UAPI_ASM_M68K_UNISTD_H_ */