summaryrefslogtreecommitdiff
path: root/sysdeps/mach/include/mach-shortcuts-hidden.h
blob: f0ab8804ca6aa8e2f8b042e9b454b1637d666b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <mach-shortcuts.h>
#ifndef _ISOMAC
libc_hidden_proto (__task_create)
libc_hidden_proto (__task_terminate)
libc_hidden_proto (__vm_allocate)
libc_hidden_proto (__vm_deallocate)
libc_hidden_proto (__task_suspend)
libc_hidden_proto (__task_set_special_port)
libc_hidden_proto (__vm_map)
libc_hidden_proto (__thread_depress_abort)
libc_hidden_proto (__mach_port_allocate_name)
libc_hidden_proto (__mach_port_allocate)
libc_hidden_proto (__mach_port_deallocate)
libc_hidden_proto (__mach_port_insert_right)
#endif