X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=hurd%2Fcatch-exc.c;h=2e0cfef88a01b6fd66be859f9aca6f489eedceeb;hb=ab7dd85bfbe9a176c2d5055d52185ae6364f97af;hp=6c58793a98d090e0f0896c988e7499512e02c03c;hpb=f22a77e1db3c93123691164c5c36f5d25d0bc4ed;p=platform%2Fupstream%2Fglibc.git diff --git a/hurd/catch-exc.c b/hurd/catch-exc.c index 6c58793..2e0cfef 100644 --- a/hurd/catch-exc.c +++ b/hurd/catch-exc.c @@ -18,6 +18,7 @@ #include #include +#include /* Called by the microkernel when a thread gets an exception. */ @@ -30,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 ) {