mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 10:47:27 +08:00 
			
		
		
		
	proc: Use correct type for mach task
This commit is contained in:
		| @ -7,4 +7,4 @@ | ||||
| #include <fcntl.h> | ||||
|  | ||||
| int | ||||
| fork_exec(char *, char **, int, mach_port_name_t*, mach_port_t*, mach_port_t*, mach_port_t*); | ||||
| fork_exec(char *, char **, int, task_t*, mach_port_t*, mach_port_t*, mach_port_t*); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Derek Parker
					Derek Parker