summarylogtreecommitdiffstats
path: root/009-glibc-2.26.patch
diff options
context:
space:
mode:
authorlilac2020-10-24 11:43:13 +0800
committerlilac2020-10-24 11:43:13 +0800
commit3bf58a7b33d34997442626629365f58b4b3bfa04 (patch)
tree6e13ce6eaaf448f5d39925eab373600857f09e7a /009-glibc-2.26.patch
parentc4c91160f129b3659e4212dc8bc56dba6e8d1000 (diff)
downloadaur-3bf58a7b33d34997442626629365f58b4b3bfa04.tar.gz
[lilac] updated to 86698-1
Diffstat (limited to '009-glibc-2.26.patch')
-rw-r--r--009-glibc-2.26.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/009-glibc-2.26.patch b/009-glibc-2.26.patch
deleted file mode 100644
index 81d149e703bd..000000000000
--- a/009-glibc-2.26.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 4d1e01e1df513666642d4ddbb24625c5bcc12d84 Mon Sep 17 00:00:00 2001
-From: Christian Hesse <mail@eworm.de>
-Date: Thu, 14 Sep 2017 23:14:36 +0200
-Subject: [PATCH 1/1] fix compilation with glibc 2.26
-
-Signed-off-by: Christian Hesse <mail@eworm.de>
----
- src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h | 4 ----
- 1 file changed, 4 deletions(-)
-
-diff --git a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
-index 9032e6d..0d1770e 100644
---- a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
-+++ b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
-@@ -55,11 +55,11 @@ typedef uint64_t hrtime_t;
- typedef uint32_t id_t;
- typedef uint32_t zoneid_t;
- #endif
--#if !defined(NGREG) || !defined(RT_OS_LINUX)
-+#if !defined(__NGREG) || !defined(RT_OS_LINUX)
- typedef RTCCINTREG greg_t;
- #else
- AssertCompileSize(greg_t, sizeof(RTCCINTREG));
- #endif
- typedef uintptr_t pc_t;
- typedef unsigned int model_t;
- typedef RTCPUID processorid_t;