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
44
glibc-rh2047981-38.patch
Normal file
44
glibc-rh2047981-38.patch
Normal file
|
@ -0,0 +1,44 @@
|
|||
commit bc02f1fa2fb302eb8a486794c6b7e4811229b81e
|
||||
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
Date: Fri Mar 25 08:53:42 2022 -0300
|
||||
|
||||
elf: Remove unused functions from tst-audit25(a,b)
|
||||
|
||||
diff --git a/elf/tst-audit25a.c b/elf/tst-audit25a.c
|
||||
index 49173e862516e876..c2cff8541b3741c3 100644
|
||||
--- a/elf/tst-audit25a.c
|
||||
+++ b/elf/tst-audit25a.c
|
||||
@@ -49,14 +49,6 @@ handle_restart (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
-static inline bool
|
||||
-startswith (const char *str, const char *pre)
|
||||
-{
|
||||
- size_t lenpre = strlen (pre);
|
||||
- size_t lenstr = strlen (str);
|
||||
- return lenstr < lenpre ? false : memcmp (pre, str, lenpre) == 0;
|
||||
-}
|
||||
-
|
||||
static int
|
||||
do_test (int argc, char *argv[])
|
||||
{
|
||||
diff --git a/elf/tst-audit25b.c b/elf/tst-audit25b.c
|
||||
index a56638d501f9bff5..46391770fdfc1796 100644
|
||||
--- a/elf/tst-audit25b.c
|
||||
+++ b/elf/tst-audit25b.c
|
||||
@@ -48,14 +48,6 @@ handle_restart (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
-static inline bool
|
||||
-startswith (const char *str, const char *pre)
|
||||
-{
|
||||
- size_t lenpre = strlen (pre);
|
||||
- size_t lenstr = strlen (str);
|
||||
- return lenstr >= lenpre && memcmp (pre, str, lenpre) == 0;
|
||||
-}
|
||||
-
|
||||
static int
|
||||
do_test (int argc, char *argv[])
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue