public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Linux: Add nds32 specific syscalls to syscall-names.list
@ 2019-06-26 11:09 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2019-06-26 11:09 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a63b96fbddbf97feaa068a9efed3b5623a1a1e78

commit a63b96fbddbf97feaa068a9efed3b5623a1a1e78
Author: Vincent Chen <vincentc@andestech.com>
Date:   Wed Jun 26 17:30:11 2019 +0800

    Linux: Add nds32 specific syscalls to syscall-names.list
    
    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.

Diff:
---
 ChangeLog                                  | 5 +++++
 sysdeps/unix/sysv/linux/syscall-names.list | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 2e54659..db3ed86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-26  Vincent Chen  <vincentc@andestech.com>
+
+	* sysdeps/unix/sysv/linux/syscall-names.list: Add nds32
+	specific system calls, fp_udfiex_crtl and udftrap.
+
 2019-06-26  Stefan Liebler  <stli@linux.ibm.com>
 
 	* nptl/tst-eintr1.c (tf1): Add return statement.
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
index ae8adab..95aa3ec 100644
--- a/sysdeps/unix/sysv/linux/syscall-names.list
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
@@ -121,6 +121,7 @@ finit_module
 flistxattr
 flock
 fork
+fp_udfiex_crtl
 free_hugepages
 fremovexattr
 fsetxattr
@@ -603,6 +604,7 @@ tkill
 truncate
 truncate64
 tuxcall
+udftrap
 ugetrlimit
 ulimit
 umask


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-26 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 11:09 [glibc] Linux: Add nds32 specific syscalls to syscall-names.list Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).