summaryrefslogtreecommitdiff
path: root/i386/include/mach/i386/vm_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/include/mach/i386/vm_types.h')
-rw-r--r--i386/include/mach/i386/vm_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/include/mach/i386/vm_types.h b/i386/include/mach/i386/vm_types.h
index 29b9e1e6..f49a95a1 100644
--- a/i386/include/mach/i386/vm_types.h
+++ b/i386/include/mach/i386/vm_types.h
@@ -93,6 +93,7 @@ typedef unsigned long vm_size_t;
#else
typedef natural_t vm_size_t;
#endif
+typedef vm_size_t * vm_size_array_t;
#endif /* __ASSEMBLER__ */