about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/sys
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-04-30 23:22:09 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-04-30 23:22:09 +0000
commit27b301e43177f2a006924dc8778284e247898b42 (patch)
tree7aa37793db07fab1515b22f73269f94c9d0bb467 /sysdeps/unix/sysv/linux/mips/sys
parentf025c13627b567366965e1642f52b95070a64bc5 (diff)
downloadglibc-27b301e43177f2a006924dc8778284e247898b42.tar.gz
glibc-27b301e43177f2a006924dc8778284e247898b42.tar.xz
glibc-27b301e43177f2a006924dc8778284e247898b42.zip
* sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make uc_flags long for all ABIs.
2003-04-30  Alexandre Oliva  <aoliva@redhat.com>

	* sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make
	uc_flags long for all ABIs.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/sys')
-rw-r--r--sysdeps/unix/sysv/linux/mips/sys/ucontext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/sys/ucontext.h b/sysdeps/unix/sysv/linux/mips/sys/ucontext.h
index 66c729a4f9..b097bf2ab5 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;