From 219e8084da9e964fb7053033a2a1c923955fa0db Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sat, 8 Apr 2023 00:20:44 -0400 Subject: Use long_integer_t for exception_raise RPCs Also update the crash_dump_task RPC since it gets the subcode from the signal details in Glibc. This should fix the existing build error. Message-Id: --- trans/crash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans/crash.c') diff --git a/trans/crash.c b/trans/crash.c index 6d494ce0..f4a21176 100644 --- a/trans/crash.c +++ b/trans/crash.c @@ -249,7 +249,7 @@ S_crash_dump_task (mach_port_t port, mach_port_t reply_port, mach_msg_type_name_t reply_type, task_t task, file_t core_file, int signo, integer_t sigcode, int sigerror, - natural_t exc, natural_t code, natural_t subcode, + natural_t exc, natural_t code, long_natural_t subcode, mach_port_t ctty_id) { error_t err; -- cgit v1.2.3