5f7b84
commit a63b96fbddbf97feaa068a9efed3b5623a1a1e78
5f7b84
Author: Vincent Chen <vincentc@andestech.com>
5f7b84
Date:   Wed Jun 26 17:30:11 2019 +0800
5f7b84
5f7b84
    Linux: Add nds32 specific syscalls to syscall-names.list
5f7b84
    
5f7b84
    The nds32 creates two specific syscalls, udftrap and fp_udfiex_crtl, in
5f7b84
    kernel v5.0 and v5.2, respectively. Add these two syscalls to
5f7b84
    syscall-names.list.
5f7b84
5f7b84
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
5f7b84
index ae8adabb70..95aa3ec7a5 100644
5f7b84
--- a/sysdeps/unix/sysv/linux/syscall-names.list
5f7b84
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
5f7b84
@@ -121,6 +121,7 @@ finit_module
5f7b84
 flistxattr
5f7b84
 flock
5f7b84
 fork
5f7b84
+fp_udfiex_crtl
5f7b84
 free_hugepages
5f7b84
 fremovexattr
5f7b84
 fsetxattr
5f7b84
@@ -603,6 +604,7 @@ tkill
5f7b84
 truncate
5f7b84
 truncate64
5f7b84
 tuxcall
5f7b84
+udftrap
5f7b84
 ugetrlimit
5f7b84
 ulimit
5f7b84
 umask