2002-05-13 Marcus Brinkmann <marcus@gnu.org>
[platform/upstream/glibc.git] / hurd / catch-exc.c
index 6c58793..2e0cfef 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <mach/exc_server.h>
 #include <hurd/signal.h>
+#include <assert.h>
 
 /* 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
                          )
 {