glibc/sysdeps/mach/include/mach-shortcuts-hidden.h
Samuel Thibault c1b7586c54 hurd: Avoid PLT references to shortcuts
* sysdeps/mach/include/mach-shortcuts-hidden.h: New file.
	* mach/shortcut.awk: Make syscall stubs include
	<mach-shortcuts-hidden.h> and add hidden definition.
	* sysdeps/mach/include/mach.h: Include <mach-shortcuts-hidden.h>.
2018-06-16 02:48:41 +02:00

14 lines
495 B
C

#include <mach-shortcuts.h>
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)