From 9864f60e929100e253fc813bd4105d6dd7652787 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 9 Jul 2017 19:22:31 +0000 Subject: add statx syscall numbers from linux v4.11 statx was added in linux commit a528d35e8bfcc521d7cb70aaf03e1bd296c8493f (there is no libc wrapper yet and microblaze and sh misses the number). --- arch/arm/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/bits/syscall.h.in') diff --git a/arch/arm/bits/syscall.h.in b/arch/arm/bits/syscall.h.in index 0096fe7c..c594152e 100644 --- a/arch/arm/bits/syscall.h.in +++ b/arch/arm/bits/syscall.h.in @@ -352,6 +352,7 @@ #define __NR_pkey_mprotect 394 #define __NR_pkey_alloc 395 #define __NR_pkey_free 396 +#define __NR_statx 397 #define __ARM_NR_breakpoint 0x0f0001 #define __ARM_NR_cacheflush 0x0f0002 -- cgit v1.2.1