import glibc-2.17-292.el7.src.rpm

Signed-off-by: zhangbinchen <zhangbinchen@openanolis.org>
This commit is contained in:
zhangbinchen 2021-08-21 12:40:25 +08:00
commit ff0128648f
929 changed files with 436800 additions and 0 deletions

18
glibc-rh1418978-2-4.patch Normal file
View file

@ -0,0 +1,18 @@
commit a849e800352ac5068dc6f1191c86ff62ba014c61
Author: Andreas Schwab <schwab@linux-m68k.org>
Date: Thu May 1 22:00:34 2014 +0200
Fix implicit declaration
Index: b/nscd/nscd-client.h
===================================================================
--- a/nscd/nscd-client.h
+++ b/nscd/nscd-client.h
@@ -24,6 +24,7 @@
#include <stdbool.h>
#include <stdint.h>
+#include <string.h>
#include <sys/types.h>
#include <atomic.h>
#include <nscd-types.h>