summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--time-struct-redefined.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/time-struct-redefined.patch b/time-struct-redefined.patch
deleted file mode 100644
index 7c34def..0000000
--- a/time-struct-redefined.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc.orig 2018-06-13 13:38:58.569034787 -0500
-+++ ./compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc 2018-06-13 13:39:14.866033724 -0500
-@@ -30,6 +30,7 @@
- // fine with newer headers, too.
- #include <linux/posix_types.h>
- #if defined(__x86_64__) || defined(__mips__)
-+#define _STRUCT_TIMESPEC
- #include <sys/stat.h>
- #else
- #define ino_t __kernel_ino_t