diff options
Diffstat (limited to 'trans/crash.c')
-rw-r--r-- | trans/crash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trans/crash.c b/trans/crash.c index 8b624f3a..7816ecc0 100644 --- a/trans/crash.c +++ b/trans/crash.c @@ -990,11 +990,11 @@ kern_return_t S_msg_clear_some_exec_flags (mach_port_t process, mach_port_t refport, int flags) { return EBUSY; } -error_t +kern_return_t S_msg_report_wait (mach_port_t process, thread_t thread, string_t desc, mach_msg_id_t *rpc) { return EBUSY; } -error_t +kern_return_t S_msg_describe_ports (mach_port_t msgport, mach_port_t refport, const mach_port_t *ports, mach_msg_type_number_t nports, data_t *desc, mach_msg_type_number_t *desclen) |