[hurd,commited] htl: avoid exposing the vm_region symbol

Samuel Thibault samuel.thibault@ens-lyon.org
Sat Sep 9 08:24:16 GMT 2023


---
 sysdeps/mach/hurd/htl/pt-sysdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.40.1



More information about the Libc-alpha mailing list