mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use the version field to identify the partial context used by
KSE process-scope threads.
This commit is contained in:
parent
4362fada8f
commit
3327cde241
1 changed files with 1 additions and 0 deletions
|
|
@ -68,5 +68,6 @@ typedef struct __mcontext {
|
|||
#define mc_vrsave mc_av[1]
|
||||
|
||||
#define _MC_VERSION 0x1
|
||||
#define _MC_VERSION_KSE 0xee /* partial ucontext for libpthread */
|
||||
|
||||
#endif /* !_MACHINE_UCONTEXT_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue