mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
htl: avoid exposing the vm_region symbol
This commit is contained in:
parent
8cb69e0543
commit
a43003ebf6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user