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