mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing field.
This commit is contained in:
parent
081915ddf7
commit
9f1dc4c107
1 changed files with 1 additions and 0 deletions
|
|
@ -452,6 +452,7 @@ struct pthread {
|
|||
#ifdef _PTHREAD_FORCED_UNWIND
|
||||
struct _Unwind_Exception ex;
|
||||
void *unwind_stackend;
|
||||
int unwind_disabled;
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue