From 9e11e0f379295d30ea03374739b50cb647749e9e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 5 Nov 2020 01:18:48 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/glibc.git#2e63496ba68bfc87245c0a475e62fad6e234def6 --- glibc-revert-ftime-compat.patch | 232 -------------------------------- glibc.spec | 61 ++++++++- sources | 2 +- 3 files changed, 58 insertions(+), 237 deletions(-) delete mode 100644 glibc-revert-ftime-compat.patch diff --git a/glibc-revert-ftime-compat.patch b/glibc-revert-ftime-compat.patch deleted file mode 100644 index a096726..0000000 --- a/glibc-revert-ftime-compat.patch +++ /dev/null @@ -1,232 +0,0 @@ -From a4ef8877d0f9739378655e683cc013a29c4ab82b Mon Sep 17 00:00:00 2001 -From: Siddhesh Poyarekar -Date: Wed, 21 Oct 2020 14:55:29 +0530 -Subject: [PATCH] Revert "Move ftime to a compatibility symbol" - -This reverts commit 14633d3e568eb9770a7e5046eff257113e0453fb. ---- - include/sys/timeb.h | 1 + - .../unix/sysv/linux/riscv/rv32/libc.abilist | 1 + - time/Makefile | 5 +- - time/ftime.c | 19 +----- - time/sys/timeb.h | 44 ++++++++++++++ - time/tst-ftime.c | 59 +++++++++---------- - 6 files changed, 79 insertions(+), 50 deletions(-) - create mode 100644 include/sys/timeb.h - create mode 100644 time/sys/timeb.h - -diff --git a/include/sys/timeb.h b/include/sys/timeb.h -new file mode 100644 -index 0000000000..9f4509c35e ---- /dev/null -+++ b/include/sys/timeb.h -@@ -0,0 +1 @@ -+#include