From: Alexandre Oliva Date: Wed, 30 Apr 2003 23:22:09 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make uc_flags long for... X-Git-Tag: cvs/glibc-2_3_3~791 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27b301e43177f2a006924dc8778284e247898b42;p=platform%2Fupstream%2Fglibc.git * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make uc_flags long for all ABIs. 2003-04-30 Alexandre Oliva * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make uc_flags long for all ABIs. --- diff --git a/ChangeLog b/ChangeLog index e964f10..9ebc98f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-30 Alexandre Oliva + + * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make + uc_flags long for all ABIs. + 2003-04-30 Andreas Jaeger * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h diff --git a/sysdeps/unix/sysv/linux/mips/sys/ucontext.h b/sysdeps/unix/sysv/linux/mips/sys/ucontext.h index 66c729a..b097bf2 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/mips/sys/ucontext.h @@ -99,11 +99,7 @@ typedef struct /* Userlevel context. */ typedef struct ucontext { -#if defined _ABIN32 && _MIPS_SIM == _ABIN32 - __extension__ unsigned long long int uc_flags; -#else unsigned long int uc_flags; -#endif struct ucontext *uc_link; stack_t uc_stack; mcontext_t uc_mcontext;