diff options
Diffstat (limited to 'hurd/catch-exc.c')
-rw-r--r-- | hurd/catch-exc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/catch-exc.c b/hurd/catch-exc.c index 33366e0d1a..2e0cfef88a 100644 --- a/hurd/catch-exc.c +++ b/hurd/catch-exc.c @@ -31,7 +31,8 @@ _S_catch_exception_raise (mach_port_t port, exception_data_t code, mach_msg_type_number_t codeCnt #else /* Vanilla Mach 3.0 interface. */ - int exception, int code, int subcode + integer_t exception, + integer_t code, integer_t subcode #endif ) { |