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-68.patch
Normal file
22
glibc-rh1817513-68.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
commit 2034c70e64b31e48140c8e31c5ae839af5ccb6eb
|
||||
Author: Florian Weimer <fweimer@redhat.com>
|
||||
Date: Thu Jun 25 16:51:03 2020 +0200
|
||||
|
||||
elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
|
||||
|
||||
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
diff --git a/sysdeps/generic/ldconfig.h b/sysdeps/generic/ldconfig.h
|
||||
index 59e20dc3ef790125..6774212110d23eae 100644
|
||||
--- a/sysdeps/generic/ldconfig.h
|
||||
+++ b/sysdeps/generic/ldconfig.h
|
||||
@@ -19,7 +19,9 @@
|
||||
#ifndef _LDCONFIG_H
|
||||
#define _LDCONFIG_H
|
||||
|
||||
+#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
+#include <sys/stat.h>
|
||||
|
||||
#define FLAG_ANY -1
|
||||
#define FLAG_TYPE_MASK 0x00ff
|
Loading…
Add table
Add a link
Reference in a new issue