]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use `long int' for sigcode values.
authorRoland McGrath <roland@gnu.org>
Sat, 10 Dec 1994 04:41:06 +0000 (04:41 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 10 Dec 1994 04:41:06 +0000 (04:41 +0000)
sysdeps/mach/hurd/alpha/exc2signal.c

index c67c6702146f91bfb78b74432a6ccd6736ba15ac..edac0aaa67c44d8ba2bbdb27e834aff903a4b02d 100644 (file)
@@ -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;