From aaac6772cd3bb1ef9bf0eb24d0eeeabdb330c226 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 1 Feb 2000 11:20:58 +0000 Subject: Update. * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Add missing ints. --- sysdeps/unix/sysv/linux/mips/sys/ucontext.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/unix/sysv/linux/mips/sys') diff --git a/sysdeps/unix/sysv/linux/mips/sys/ucontext.h b/sysdeps/unix/sysv/linux/mips/sys/ucontext.h index dd534eae20..e9a4fbc366 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/mips/sys/ucontext.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 2000 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 @@ -30,7 +30,7 @@ /* Type for general register. */ -typedef unsigned long greg_t; +typedef unsigned long int greg_t; /* Number of general registers. */ #define NGREG 37 @@ -67,7 +67,7 @@ typedef struct /* Userlevel context. */ typedef struct ucontext { - unsigned long uc_flags; + unsigned long int uc_flags; struct ucontext *uc_link; stack_t uc_stack; mcontext_t uc_mcontext; -- cgit 1.4.1