mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
riscv: rename __NR_fstatat __NR_newfstatat
on riscv64 this syscall is called __NR_newfstatat this helps the name match kernel UAPI for external programs
This commit is contained in:
parent
d8cb888db9
commit
1f0c7cb1cc
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
#define __NR_splice 76
|
||||
#define __NR_tee 77
|
||||
#define __NR_readlinkat 78
|
||||
#define __NR_fstatat 79
|
||||
#define __NR_newfstatat 79
|
||||
#define __NR_fstat 80
|
||||
#define __NR_sync 81
|
||||
#define __NR_fsync 82
|
||||
|
|
Loading…
Add table
Reference in a new issue