mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-30 06:21:07 +00:00
(struct sigcontext): Add members sc_mdlo, sc_mdhi.
This commit is contained in:
parent
cad7e45a3b
commit
e0ec2e47de
@ -38,4 +38,6 @@ struct sigcontext
|
||||
int sc_fp; /* Frame pointer. */
|
||||
int sc_pc; /* Instruction pointer. */
|
||||
int sc_ps; /* Processor status. */
|
||||
|
||||
int sc_mdlo, sc_mdhi; /* High and low multiplication results. */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user