diff options
author | David Howells <dhowells@redhat.com> | 2019-05-16 13:52:34 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-05-16 18:23:45 +0200 |
commit | d8076bdb56af5e5918376cd1573a6b0007fc1a89 (patch) | |
tree | e6f3a9511a78158bf334146124278df1468dc4cc /arch/arm64/include/asm/unistd.h | |
parent | uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2] (diff) | |
download | linux-d8076bdb56af5e5918376cd1573a6b0007fc1a89.tar.xz linux-d8076bdb56af5e5918376cd1573a6b0007fc1a89.zip |
uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]
Wire up the mount API syscalls on non-x86 arches.
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm64/include/asm/unistd.h')
-rw-r--r-- | arch/arm64/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/unistd.h b/arch/arm64/include/asm/unistd.h index f2a83ff6b73c..70e6882853c0 100644 --- a/arch/arm64/include/asm/unistd.h +++ b/arch/arm64/include/asm/unistd.h @@ -44,7 +44,7 @@ #define __ARM_NR_compat_set_tls (__ARM_NR_COMPAT_BASE + 5) #define __ARM_NR_COMPAT_END (__ARM_NR_COMPAT_BASE + 0x800) -#define __NR_compat_syscalls 428 +#define __NR_compat_syscalls 434 #endif #define __ARCH_WANT_SYS_CLONE |