-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcctools-arm.patch
40 lines (40 loc) · 1.55 KB
/
cctools-arm.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- libstuff/bytesex.c 2020-02-28 13:02:43.000000000 -0500
+++ libstuff/bytesex.c 2020-10-30 21:13:08.000000000 -0400
@@ -197,6 +197,7 @@
#undef VALID_THREAD_STATE_FLAVOR
#include <mach/m88k/thread_status.h>
#include <mach/i860/thread_status.h>
+#include <mach/i386/_structs.h>
#include <mach/i386/thread_status.h>
#include <mach/hppa/thread_status.h>
#include <mach/sparc/thread_status.h>
--- include/stuff/bytesex.h 2020-02-28 13:02:40.000000000 -0500
+++ include/stuff/bytesex.h 2020-10-30 21:19:44.000000000 -0400
@@ -47,6 +47,7 @@
#undef VALID_THREAD_STATE_FLAVOR
#include <mach/m88k/thread_status.h>
#include <mach/i860/thread_status.h>
+#include <mach/i386/_structs.h>
#include <mach/i386/thread_status.h>
#include <mach/hppa/thread_status.h>
#include <mach/sparc/thread_status.h>
--- libstuff/swap_headers.c 2020-02-28 13:02:43.000000000 -0500
+++ libstuff/swap_headers.c 2020-10-30 21:20:38.000000000 -0400
@@ -37,6 +37,7 @@
#undef VALID_THREAD_STATE_FLAVOR
#include <mach/m88k/thread_status.h>
#include <mach/i860/thread_status.h>
+#include <mach/i386/_structs.h>
#include <mach/i386/thread_status.h>
#include <mach/hppa/thread_status.h>
#include <mach/sparc/thread_status.h>
--- libstuff/ofile.c 2020-02-28 13:02:43.000000000 -0500
+++ libstuff/ofile.c 2020-10-30 21:22:08.000000000 -0400
@@ -58,6 +58,7 @@
#undef VALID_THREAD_STATE_FLAVOR
#import <mach/m88k/thread_status.h>
#import <mach/i860/thread_status.h>
+#import <mach/i386/_structs.h>
#import <mach/i386/thread_status.h>
#import <mach/sparc/thread_status.h>
#import <mach/arm/thread_status.h>