summaryrefslogtreecommitdiff
path: root/sysdeps/mach/include/mach-shortcuts-hidden.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/include/mach-shortcuts-hidden.h')
-rw-r--r--sysdeps/mach/include/mach-shortcuts-hidden.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysdeps/mach/include/mach-shortcuts-hidden.h b/sysdeps/mach/include/mach-shortcuts-hidden.h
new file mode 100644
index 0000000000..f0ab8804ca
--- /dev/null
+++ b/sysdeps/mach/include/mach-shortcuts-hidden.h
@@ -0,0 +1,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