update to glibc-2.28-151.el8.src.rpm
Signed-off-by: Liwei Ge <geliwei@openanolis.org>
This commit is contained in:
parent
ba6a26df65
commit
37da1d0798
284 changed files with 62546 additions and 13 deletions
19
glibc-rh1817513-67.patch
Normal file
19
glibc-rh1817513-67.patch
Normal file
|
@ -0,0 +1,19 @@
|
|||
commit 6f3331f26d2ee5d210ba768389828c391750f7a0
|
||||
Author: Florian Weimer <fweimer@redhat.com>
|
||||
Date: Wed Jun 24 11:02:33 2020 +0200
|
||||
|
||||
elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
|
||||
|
||||
diff --git a/elf/dl-tunables.h b/elf/dl-tunables.h
|
||||
index 928b30dde9fa0489..7f181f3316cd9fc1 100644
|
||||
--- a/elf/dl-tunables.h
|
||||
+++ b/elf/dl-tunables.h
|
||||
@@ -21,6 +21,8 @@
|
||||
#ifndef _TUNABLES_H_
|
||||
#define _TUNABLES_H_
|
||||
|
||||
+#include <stdbool.h>
|
||||
+
|
||||
#if !HAVE_TUNABLES
|
||||
static inline void
|
||||
__always_inline
|
Loading…
Add table
Add a link
Reference in a new issue