diff options
Diffstat (limited to 'sys-devel/binutils-apple/files/ld64-127.2-thread_state.patch')
-rw-r--r-- | sys-devel/binutils-apple/files/ld64-127.2-thread_state.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-devel/binutils-apple/files/ld64-127.2-thread_state.patch b/sys-devel/binutils-apple/files/ld64-127.2-thread_state.patch deleted file mode 100644 index e894bee0c8d0..000000000000 --- a/sys-devel/binutils-apple/files/ld64-127.2-thread_state.patch +++ /dev/null @@ -1,13 +0,0 @@ -Include thread_status.h so that __darwin_i386_thread_state_t is known and will -not generate warnings that it's declared inside parameter list. - ---- ld64-127.2/src/ld/HeaderAndLoadCommands.hpp.orig 2015-01-28 00:32:55.000000000 +0100 -+++ ld64-127.2/src/ld/HeaderAndLoadCommands.hpp 2015-01-28 00:27:51.000000000 +0100 -@@ -29,6 +29,7 @@ - #include <limits.h> - #include <unistd.h> - #include <mach-o/loader.h> -+#include <mach/i386/thread_status.h> - - #include <vector> - |