From patchwork Wed Jun 26 07:36:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Chen X-Patchwork-Id: 33403 Received: (qmail 91832 invoked by alias); 26 Jun 2019 07:37:05 -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 91824 invoked by uid 89); 26 Jun 2019 07:37:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.4 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=Chen, chen, Stefan, HX-Envelope-From:sk:vincent X-HELO: ATCSQR.andestech.com From: Vincent Chen To: CC: , Vincent Chen Subject: [PATCH] Linux: Add nds32 specific syscalls to syscall-names.list Date: Wed, 26 Jun 2019 15:36:35 +0800 Message-ID: <1561534595-2696-1-git-send-email-vincentc@andestech.com> MIME-Version: 1.0 X-DNSRBL: X-MAIL: ATCSQR.andestech.com x5Q7T3j1037243 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 + + * 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