mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-27 12:15:39 +03:00 
			
		
		
		
	* sysdeps/mach/include/mach-shortcuts-hidden.h [!_ISOMAC]: Do not declare libc hidden prototypes. * sysdeps/mach/include/mach/mach_traps.h [!_ISOMAC]: Likewise.
		
			
				
	
	
		
			16 lines
		
	
	
		
			518 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			518 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #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
 |