diff options
author | Szabolcs Nagy <nsz@port70.net> | 2017-09-12 22:37:38 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017-11-05 18:41:29 -0500 |
commit | 4dc44ce8e2948aae55bc7dd6eda517167af7da32 (patch) | |
tree | 50b907e2dd93bcd4df17472f10989e0650a5c2dc /arch | |
parent | ffd048a07b4bc3bd01bef71a77b49aa9cee947cf (diff) | |
download | musl-4dc44ce8e2948aae55bc7dd6eda517167af7da32.zip musl-4dc44ce8e2948aae55bc7dd6eda517167af7da32.tar.gz musl-4dc44ce8e2948aae55bc7dd6eda517167af7da32.tar.bz2 |
microblaze: add statx syscall from linux v4.13
statx number is allocated for microblaze in linux commit
f5ef419630e85e80284cd0256cb5a13a66bbd6c5
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/bits/syscall.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in index 251c2f6..dda5218 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 |