From patchwork Wed Jun 26 09:30:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Chen X-Patchwork-Id: 33405 Received: (qmail 100463 invoked by alias); 26 Jun 2019 09:30:43 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 100455 invoked by uid 89); 26 Jun 2019 09:30:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RDNS_DYNAMIC, SPF_PASS, TVD_RCVD_IP autolearn=ham version=3.3.1 spammy= X-HELO: ATCSQR.andestech.com From: Vincent Chen To: CC: , Vincent Chen Subject: [PATCH v2] Linux: Add nds32 specific syscalls to syscall-names.list Date: Wed, 26 Jun 2019 17:30:11 +0800 Message-ID: <1561541411-8413-1-git-send-email-vincentc@andestech.com> MIME-Version: 1.0 X-DNSRBL: X-MAIL: ATCSQR.andestech.com x5Q9Mh9D056539 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..28b9a4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-06-26 Vincent Chen + + * sysdeps/unix/sysv/linux/syscall-names.list: Add nds32 + specific system calls, fp_udfiex_crtl and udftrap. + 2019-06-25 Stefan Liebler * sysdeps/s390/fpu/libm-test-ulps: Regenerated. 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