From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stafford Horne Date: Sat, 20 Nov 2021 08:48:24 +0900 Subject: [OpenRISC] [PATCH v2 08/13] or1k: Linux Syscall Interface In-Reply-To: References: <20211113031639.2402161-1-shorne@gmail.com> <20211113031639.2402161-9-shorne@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: openrisc@lists.librecores.org On Thu, Nov 18, 2021 at 10:29:52PM +0000, Joseph Myers wrote: > On Sat, 13 Nov 2021, Stafford Horne via Libc-alpha wrote: > > > diff --git a/sysdeps/unix/sysv/linux/or1k/arch-syscall.h b/sysdeps/unix/sysv/linux/or1k/arch-syscall.h > > new file mode 100644 > > index 0000000000..0e67e56aba > > --- /dev/null > > +++ b/sysdeps/unix/sysv/linux/or1k/arch-syscall.h > > @@ -0,0 +1,320 @@ > > +/* AUTOGENERATED by update-syscall-lists.py. */ > > This file seems to be missing a definition of __NR_process_mrelease. Make > sure you regenerate it with Linux 5.15, the current version used for > syscall lists in glibc. Right, I will update. I have been trying to play catch up with upstream, I didn't update this yet. -Stafford