mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
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.
This commit is contained in:
parent
c78b3f55d1
commit
a63b96fbdd
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user