mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
2002-04-06 Roland McGrath <roland@frob.com>
* hurd/catch-exc.c: Use integer_t instead of int. * hurd/hurdfault.c: Likewise.
This commit is contained in:
parent
b44e30163d
commit
14906e37fe
@ -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
|
||||
)
|
||||
{
|
||||
|
@ -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
|
||||
)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user