update to glibc-2.28-225.el8
Signed-off-by: anolis-bot <sam.zyc@alibaba-inc.com>
This commit is contained in:
parent
644b7d9a41
commit
63c96efbaa
176 changed files with 35958 additions and 17585 deletions
17
glibc-rh2089247-5.patch
Normal file
17
glibc-rh2089247-5.patch
Normal file
|
@ -0,0 +1,17 @@
|
|||
Downstream-only patch to use non-time64 identifiers in
|
||||
sysdeps/posix/tempname.c. Upstream has switched to the time64
|
||||
symbols.
|
||||
|
||||
diff --git a/sysdeps/posix/tempname.c b/sysdeps/posix/tempname.c
|
||||
index f199b25a7a227751..fcab9b26364021e4 100644
|
||||
--- a/sysdeps/posix/tempname.c
|
||||
+++ b/sysdeps/posix/tempname.c
|
||||
@@ -56,6 +56,8 @@
|
||||
#if _LIBC
|
||||
# define struct_stat64 struct stat64
|
||||
# define __secure_getenv __libc_secure_getenv
|
||||
+# define __clock_gettime64 __clock_gettime
|
||||
+# define __timespec64 timespec
|
||||
#else
|
||||
# define struct_stat64 struct stat
|
||||
# define __gen_tempname gen_tempname
|
Loading…
Add table
Add a link
Reference in a new issue