diff options
Diffstat (limited to 'include/mach/port.h')
-rw-r--r-- | include/mach/port.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach/port.h b/include/mach/port.h index 3c226f6c..d25eb0b4 100644 --- a/include/mach/port.h +++ b/include/mach/port.h @@ -43,6 +43,7 @@ */ typedef unsigned int mach_port_name_t; typedef mach_port_name_t *mach_port_name_array_t; +typedef const mach_port_name_t *const_mach_port_name_array_t; /* * A port is represented |