summaryrefslogtreecommitdiff
path: root/arch/microblaze/bits/syscall.h.in
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2017-09-12 22:37:38 +0000
committerRich Felker <dalias@aerifal.cx>2017-11-05 18:41:29 -0500
commit4dc44ce8e2948aae55bc7dd6eda517167af7da32 (patch)
tree50b907e2dd93bcd4df17472f10989e0650a5c2dc /arch/microblaze/bits/syscall.h.in
parentffd048a07b4bc3bd01bef71a77b49aa9cee947cf (diff)
downloadmusl-4dc44ce8e2948aae55bc7dd6eda517167af7da32.tar.gz
microblaze: add statx syscall from linux v4.13
statx number is allocated for microblaze in linux commit f5ef419630e85e80284cd0256cb5a13a66bbd6c5
Diffstat (limited to 'arch/microblaze/bits/syscall.h.in')
-rw-r--r--arch/microblaze/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in
index 251c2f61..dda5218d 100644
--- a/arch/microblaze/bits/syscall.h.in
+++ b/arch/microblaze/bits/syscall.h.in
@@ -392,4 +392,5 @@
#define __NR_pkey_mprotect 395
#define __NR_pkey_alloc 396
#define __NR_pkey_free 397
+#define __NR_statx 398