summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2018-07-11 11:13:37 -0500
committerRon Olson <tachoknight@gmail.com>2018-07-11 11:13:37 -0500
commit3e42ae845ad94f1ea528b2c0c8697c16295711bc (patch)
treec4d3dabfaec12fdacf8bb6109190126efeb38946
parenta64f692f278f877d14f235e49276f17acb61ecc7 (diff)
downloadswift-lang-3e42ae845ad94f1ea528b2c0c8697c16295711bc.tar.gz
swift-lang-3e42ae845ad94f1ea528b2c0c8697c16295711bc.tar.xz
swift-lang-3e42ae845ad94f1ea528b2c0c8697c16295711bc.zip
And actually remove the unnecessary patch
-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