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