diff options
author | Szabolcs Nagy <nsz@port70.net> | 2017-07-09 19:22:31 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017-11-05 18:41:11 -0500 |
commit | 9864f60e929100e253fc813bd4105d6dd7652787 (patch) | |
tree | 729d68673446645150e9d2cfdab28c71f8dfac14 /arch/x32/bits | |
parent | c519658ceaf19e1e080ae337a79b56d37dae271c (diff) | |
download | musl-9864f60e929100e253fc813bd4105d6dd7652787.tar.gz musl-9864f60e929100e253fc813bd4105d6dd7652787.tar.bz2 musl-9864f60e929100e253fc813bd4105d6dd7652787.tar.xz musl-9864f60e929100e253fc813bd4105d6dd7652787.zip |
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/x32/bits')
-rw-r--r-- | arch/x32/bits/syscall.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x32/bits/syscall.h.in b/arch/x32/bits/syscall.h.in index de6cffe0..23ef4472 100644 --- a/arch/x32/bits/syscall.h.in +++ b/arch/x32/bits/syscall.h.in @@ -283,6 +283,7 @@ #define __NR_pkey_mprotect (0x40000000 + 329) #define __NR_pkey_alloc (0x40000000 + 330) #define __NR_pkey_free (0x40000000 + 331) +#define __NR_statx (0x40000000 + 332) #define __NR_rt_sigaction (0x40000000 + 512) #define __NR_rt_sigreturn (0x40000000 + 513) |