blob: 47736b7e8cff6082594a3c29fa5d517cd98be5b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/mach/arm/_structs.h b/mach/arm/_structs.h
index e130afa..1f98c98 100644
--- a/mach/arm/_structs.h
+++ b/mach/arm/_structs.h
@@ -25,7 +25,7 @@ _STRUCT_ARM_EXCEPTION_STATE
};
#endif /* __DARWIN_UNIX03 */
-#if __DARWIN_UNIX03
+#if __DARWIN_UNIX03 || 1
#define _STRUCT_ARM_THREAD_STATE struct __darwin_arm_thread_state
_STRUCT_ARM_THREAD_STATE
{
|