this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Implement missing trap wrappers (resolves darlinghq/darling#273)

+7 -2
+7 -2
src/kernel/mach_server/client/mach_traps.c
··· 377 377 mach_msg_type_name_t polyPoly 378 378 ) 379 379 { 380 - UNIMPLEMENTED_TRAP(); 381 - return KERN_FAILURE; 380 + struct mach_port_insert_right_args args = { 381 + .task_right_name = target, 382 + .port_name = name, 383 + .right_name = poly, 384 + .right_type = polyPoly 385 + }; 386 + return ioctl(driver_fd, NR__kernelrpc_mach_port_insert_right_trap, &args); 382 387 } 383 388 384 389 kern_return_t _kernelrpc_mach_port_insert_member_trap_impl(