mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
* 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.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-04-30 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make
|
||||||
|
uc_flags long for all ABIs.
|
||||||
|
|
||||||
2003-04-30 Andreas Jaeger <aj@suse.de>
|
2003-04-30 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h
|
* sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h
|
||||||
|
@ -99,11 +99,7 @@ typedef struct
|
|||||||
/* Userlevel context. */
|
/* Userlevel context. */
|
||||||
typedef struct ucontext
|
typedef struct ucontext
|
||||||
{
|
{
|
||||||
#if defined _ABIN32 && _MIPS_SIM == _ABIN32
|
|
||||||
__extension__ unsigned long long int uc_flags;
|
|
||||||
#else
|
|
||||||
unsigned long int uc_flags;
|
unsigned long int uc_flags;
|
||||||
#endif
|
|
||||||
struct ucontext *uc_link;
|
struct ucontext *uc_link;
|
||||||
stack_t uc_stack;
|
stack_t uc_stack;
|
||||||
mcontext_t uc_mcontext;
|
mcontext_t uc_mcontext;
|
||||||
|
Reference in New Issue
Block a user