update to glibc-2.17-323.1.al7.1
Signed-off-by: zhaohang <1209176326@qq.com>
This commit is contained in:
parent
ff0128648f
commit
8c29e492e2
60 changed files with 7244 additions and 176 deletions
30
glibc-rh1747465-4.patch
Normal file
30
glibc-rh1747465-4.patch
Normal file
|
@ -0,0 +1,30 @@
|
|||
commit a63b96fbddbf97feaa068a9efed3b5623a1a1e78
|
||||
Author: Vincent Chen <vincentc@andestech.com>
|
||||
Date: Wed Jun 26 17:30:11 2019 +0800
|
||||
|
||||
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.
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue