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
22
glibc-rh1817513-14.patch
Normal file
22
glibc-rh1817513-14.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
commit ce7387cc250a408d3fbb7a6fff7ad4d977166b00
|
||||
Author: H.J. Lu <hjl.tools@gmail.com>
|
||||
Date: Thu Nov 29 20:03:46 2018 -0800
|
||||
|
||||
elf/dl-exception.c: Include <_itoa.h> for _itoa prototype
|
||||
|
||||
Tested with build-many-glibcs.py.
|
||||
|
||||
* elf/dl-exception.c: Include <_itoa.h>.
|
||||
|
||||
diff --git a/elf/dl-exception.c b/elf/dl-exception.c
|
||||
index 1e41d89a7db52683..3e8e0ba3f1442005 100644
|
||||
--- a/elf/dl-exception.c
|
||||
+++ b/elf/dl-exception.c
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
+#include <_itoa.h>
|
||||
|
||||
/* This message we return as a last resort. We define the string in a
|
||||
variable since we have to avoid freeing it and so have to enable
|
Loading…
Add table
Add a link
Reference in a new issue