|
Message-ID: <20210605154750.GE13220@brightrain.aerifal.cx> Date: Sat, 5 Jun 2021 11:47:50 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Cc: Khem Raj <raj.khem@...il.com> Subject: Re: Re: [PATCH] riscv: Rename __NR_fstatat __NR_newfstatat On Sat, Jun 05, 2021 at 10:47:54AM +0200, Szabolcs Nagy wrote: > * Khem Raj <raj.khem@...il.com> [2021-06-04 22:05:21 -0700]: > > ping > > > > On Wed, May 19, 2021 at 12:34 AM Khem Raj <raj.khem@...il.com> wrote: > > > on riscv64 this syscall is called __NR_newfstatat > > > this helps the name match kernel UAPI for external > > > programs > > > > > > Signed-off-by: Khem Raj <raj.khem@...il.com> > > > Cc: zabolcs Nagy <nsz@...t70.net> > > looks correct to me too. > > > > --- > > > arch/riscv64/bits/syscall.h.in | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/arch/riscv64/bits/syscall.h.in b/arch/riscv64/bits/syscall.h.in > > > index f9c421d0..39c0d650 100644 > > > --- a/arch/riscv64/bits/syscall.h.in > > > +++ b/arch/riscv64/bits/syscall.h.in > > > @@ -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 > > > -- > > > 2.31.1 > > > Thanks, applying. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.