mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 17:40:06 +00:00
Use `long int' for sigcode.
This commit is contained in:
parent
a1350964e9
commit
37da91a00d
@ -1,5 +1,5 @@
|
||||
/* Translate Mach exception codes into signal numbers. MIPS version.
|
||||
Copyright (C) 1991, 1992, 1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1991, 1992, 1994, 1995 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -26,7 +26,7 @@ Cambridge, MA 02139, USA. */
|
||||
|
||||
void
|
||||
_hurd_exception2signal (int exception, int code, int subcode,
|
||||
int *signo, int *sigcode, int *error)
|
||||
int *signo, long int *sigcode, int *error)
|
||||
{
|
||||
*error = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user