]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use `long int' for sigcode.
authorRoland McGrath <roland@gnu.org>
Fri, 3 Feb 1995 23:15:48 +0000 (23:15 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 3 Feb 1995 23:15:48 +0000 (23:15 +0000)
sysdeps/mach/hurd/mips/exc2signal.c

index 7a9ab31d9cce524b40aa468fef3978563b90304c..f907c89cf001adfe9377b20e6317761d8b863c37 100644 (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;