]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-04-06 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 8 Apr 2002 02:16:01 +0000 (02:16 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 8 Apr 2002 02:16:01 +0000 (02:16 +0000)
* hurd/catch-exc.c: Use integer_t instead of int.
* hurd/hurdfault.c: Likewise.

hurd/catch-exc.c
hurd/hurdfault.c

index 33366e0d1a92b1eec099e4a1b80291242698de19..2e0cfef88a01b6fd66be859f9aca6f489eedceeb 100644 (file)
@@ -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
                          )
 {
index 6313f16e2e06344b0ee01a3423a1689fb8efb6f6..6ab5a9787691bdcb737883b533e651325a15d749 100644 (file)
@@ -45,7 +45,8 @@ _hurdsig_fault_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
                                      )
 {