root / trunk / tool / patches / _structs.diff
| Revision 487, 1.0 kB (checked in by saurik, 3 months ago) |
|---|
-
usr/include/mach/arm/_structs.h
diff --git /usr/include/mach/arm/_structs.h /usr/include/mach/arm/_structs.h index e130afa..1f98c98 100644
25 25 }; 26 26 #endif /* __DARWIN_UNIX03 */ 27 27 28 #if __DARWIN_UNIX03 28 #if __DARWIN_UNIX03 || 1 29 29 #define _STRUCT_ARM_THREAD_STATE struct __darwin_arm_thread_state 30 30 _STRUCT_ARM_THREAD_STATE 31 31 { -
usr/include/arm/_structs.h
diff --git /usr/include/arm/_structs.h /usr/include/arm/_structs.h index 2834b48..6c14349 100644
38 38 #endif /* _STRUCT_MCONTEXT */ 39 39 #endif /* __need_struct_mcontext */ 40 40 41 #ifdef __need_mcontext_t 42 #undef __need_mcontext_t 43 #ifndef _MCONTEXT_T 44 #define _MCONTEXT_T 45 typedef _STRUCT_MCONTEXT *mcontext_t; 46 #endif /* _MCONTEXT_T */ 47 #endif /* __need_mcontext_t */ 48 41 49 #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE) 42 50 #ifndef ARM_MCONTEXT_SIZE 43 51 #define ARM_MCONTEXT_SIZE (ARM_THREAD_STATE_COUNT + ARM_VFP_STATE_COUNT + ARM_EXCEPTION_STATE_COUNT) * sizeof(int)
Note: See TracBrowser
for help on using the browser.
