mirror of git://sourceware.org/git/glibc.git
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;
|
memory_object_name_t obj;
|
||||||
vm_offset_t offset;
|
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,
|
&vm_size, &prot, &max_prot, &inherit, &is_shared,
|
||||||
&obj, &offset) == KERN_SUCCESS)
|
&obj, &offset) == KERN_SUCCESS)
|
||||||
__mach_port_deallocate (__mach_task_self (), obj);
|
__mach_port_deallocate (__mach_task_self (), obj);
|
||||||
|
|
Loading…
Reference in New Issue