diff options
author | Vincent Chen <vincentc@andestech.com> | 2019-06-26 17:30:11 +0800 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-06-26 13:08:54 +0200 |
commit | a63b96fbddbf97feaa068a9efed3b5623a1a1e78 (patch) | |
tree | d900a0d4d7e814478d8d19032ebfb6a3798a7254 | |
parent | c78b3f55d12c3599c5492b1883a48e5e3c391ccf (diff) | |
download | glibc-a63b96fbddbf97feaa068a9efed3b5623a1a1e78.tar.gz glibc-a63b96fbddbf97feaa068a9efed3b5623a1a1e78.tar.xz glibc-a63b96fbddbf97feaa068a9efed3b5623a1a1e78.zip |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/syscall-names.list | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2e54659370..db3ed86758 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 ae8adabb70..95aa3ec7a5 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 |