summaryrefslogtreecommitdiff
path: root/arch/s390x
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2017-07-09 19:22:31 +0000
committerRich Felker <dalias@aerifal.cx>2017-11-05 18:41:11 -0500
commit9864f60e929100e253fc813bd4105d6dd7652787 (patch)
tree729d68673446645150e9d2cfdab28c71f8dfac14 /arch/s390x
parentc519658ceaf19e1e080ae337a79b56d37dae271c (diff)
downloadmusl-9864f60e929100e253fc813bd4105d6dd7652787.tar.gz
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).
Diffstat (limited to 'arch/s390x')
-rw-r--r--arch/s390x/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390x/bits/syscall.h.in b/arch/s390x/bits/syscall.h.in
index 1b8fdf0c..bb1c0f4d 100644
--- a/arch/s390x/bits/syscall.h.in
+++ b/arch/s390x/bits/syscall.h.in
@@ -320,4 +320,5 @@
#define __NR_copy_file_range 375
#define __NR_preadv2 376
#define __NR_pwritev2 377
+#define __NR_statx 379