Use `long int' for sigcode.

This commit is contained in:
Roland McGrath 1995-02-03 23:15:48 +00:00
parent a1350964e9
commit 37da91a00d

View File

@ -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;