mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-01 13:17:19 +08:00
* sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make
uc_flags long for all ABIs.
This commit is contained in:
parent
79b7c8634d
commit
fefdd2a630
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user