mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make the comment in i386/include/ucontext.h identical to the one in
amd64/include/ucontext.h. The later is better worded. Requested by: deischen MFC after: 3 days
This commit is contained in:
parent
c2d0465a9b
commit
36fd83b613
1 changed files with 4 additions and 3 deletions
|
|
@ -33,9 +33,10 @@
|
|||
|
||||
typedef struct __mcontext {
|
||||
/*
|
||||
* The definition of mcontext_t shall match the layout of
|
||||
* struct sigcontext after the sc_mask member. So that we can
|
||||
* support sigcontext and ucontext_t at the same time.
|
||||
* The definition of mcontext_t must match the layout of
|
||||
* struct sigcontext after the sc_mask member. This is so
|
||||
* that we can support sigcontext and ucontext_t at the same
|
||||
* time.
|
||||
*/
|
||||
__register_t mc_onstack; /* XXX - sigcontext compat. */
|
||||
__register_t mc_gs; /* machine state (struct trapframe) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue