diff options
author | Ron Olson <tachoknight@gmail.com> | 2018-07-09 15:51:44 -0500 |
---|---|---|
committer | Ron Olson <tachoknight@gmail.com> | 2018-07-09 15:51:44 -0500 |
commit | 779afdd97d714f29ef7ece5be610a581d9087c7c (patch) | |
tree | ae91463b99c7807984b7fe971c1c2ce5db872ea1 /time-struct-redefined.patch | |
parent | 6d871a4326ec5b92c498cc1d960cc343c396b4a1 (diff) | |
download | swift-lang-779afdd97d714f29ef7ece5be610a581d9087c7c.tar.gz swift-lang-779afdd97d714f29ef7ece5be610a581d9087c7c.tar.xz swift-lang-779afdd97d714f29ef7ece5be610a581d9087c7c.zip |
Testing against latest rawhide changes
Diffstat (limited to 'time-struct-redefined.patch')
-rw-r--r-- | time-struct-redefined.patch | 10 |
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 |