aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mach/mach_types.defs6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/mach/mach_types.defs b/include/mach/mach_types.defs
index da74a3f2..5e5d0f2f 100644
--- a/include/mach/mach_types.defs
+++ b/include/mach/mach_types.defs
@@ -123,11 +123,7 @@ type ipc_space_t = mach_port_t
#if defined(KERNEL) && defined(USER32)
type rpc_vm_size_t = uint32_t;
#else /* KERNEL and USER32 */
-#if defined(__x86_64__)
-type rpc_vm_size_t = uint64_t;
-#else /* __x86_64__ */
-type rpc_vm_size_t = uint32_t;
-#endif /* __x86_64__ */
+type rpc_vm_size_t = uintptr_t;
#endif /* KERNEL_SERVER and USER32 */
type rpc_vm_offset_t = rpc_vm_size_t;