From bca8c004cec8971d48b8411b0592f5ee6fb57bf6 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Sun, 7 Nov 2021 17:56:45 +0100 Subject: vm_region_get_proxy: rename to create_proxy For coherency with memory_object_create_proxy. --- include/mach/mach4.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mach/mach4.defs b/include/mach/mach4.defs index 2820bd73..61423a44 100644 --- a/include/mach/mach4.defs +++ b/include/mach/mach4.defs @@ -115,7 +115,7 @@ routine memory_object_create_proxy( /* Gets a proxy to the region that ADDRESS belongs to, starting at the region start, with MAX_PROTECTION and LEN limited by the region ones, and returns it in *PORT. */ -routine vm_region_get_proxy( +routine vm_region_create_proxy( task : task_t; address : vm_address_t; max_protection : vm_prot_t; -- cgit v1.2.3