mirror of git://git.musl-libc.org/musl
microblaze: add statx syscall from linux v4.13
statx number is allocated for microblaze in linux commit f5ef419630e85e80284cd0256cb5a13a66bbd6c5
This commit is contained in:
parent
ffd048a07b
commit
4dc44ce8e2
|
@ -392,4 +392,5 @@
|
||||||
#define __NR_pkey_mprotect 395
|
#define __NR_pkey_mprotect 395
|
||||||
#define __NR_pkey_alloc 396
|
#define __NR_pkey_alloc 396
|
||||||
#define __NR_pkey_free 397
|
#define __NR_pkey_free 397
|
||||||
|
#define __NR_statx 398
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue