Message ID | 20230909082416.2068631-1-samuel.thibault@ens-lyon.org |
---|---|
State | New |
Headers | show |
Series | [hurd,commited] htl: avoid exposing the vm_region symbol | expand |
diff --git a/sysdeps/mach/hurd/htl/pt-sysdep.c b/sysdeps/mach/hurd/htl/pt-sysdep.c index afef7841f8..57732a7dff 100644 --- a/sysdeps/mach/hurd/htl/pt-sysdep.c +++ b/sysdeps/mach/hurd/htl/pt-sysdep.c @@ -71,7 +71,7 @@ _init_routine (void *stack) memory_object_name_t obj; vm_offset_t offset; - if (vm_region (__mach_task_self (), &addr, + if (__vm_region (__mach_task_self (), &addr, &vm_size, &prot, &max_prot, &inherit, &is_shared, &obj, &offset) == KERN_SUCCESS) __mach_port_deallocate (__mach_task_self (), obj);