This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Linux: Add nds32 specific syscalls to syscall-names.list
On Wed, Jun 26, 2019 at 03:56:09PM +0800, Florian Weimer wrote:
> * Vincent Chen:
>
> > The nds32 creates two specific syscalls, udftrap and fp_udfiex_crtl, in
> > kernel v5.0 and v5.2, respectively. Add these two syscalls to
> > syscall-names.list.
> > ---
> > ChangeLog | 5 +++++
> > sysdeps/unix/sysv/linux/syscall-names.list | 2 ++
> > 2 files changed, 7 insertions(+)
> >
> > diff --git a/ChangeLog b/ChangeLog
> > index 7b7bccd..5f87187 100644
> > --- a/ChangeLog
> > +++ b/ChangeLog
> > @@ -1,3 +1,8 @@
> > +2019-06-26 Vincentc Chen <vincentc@andestech.com>
>
> I'm sorry, but is your preferred spelling really "Vincentc" You use
> "Vincent" in your email address.
>
Sorry, "Vincentc" is a typo. Thanks for your reminder.
I will resend a patch to correct it.
> The change itself looks to me. I can push it for you.
Thank you.
Regards,
Vincent